]> granicus.if.org Git - apache/commitdiff
More crufty stuff
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 28 Feb 2001 16:28:52 +0000 (16:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 28 Feb 2001 16:28:52 +0000 (16:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88395 13f79535-47bb-0310-9956-ffa450edef68

os/win32/apache.rc
os/win32/resource.h [deleted file]

index 6dde63f950186cb5d197d4ae628fe9db553f3f2a..d1105fe55426d2161e85e794ded216a6ccda263d 100644 (file)
@@ -1,6 +1,5 @@
 //Microsoft Developer Studio generated resource script.
 //
-#include "resource.h"
 
 #define APSTUDIO_READONLY_SYMBOLS
 /////////////////////////////////////////////////////////////////////////////
@@ -28,7 +27,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 // Icon with lowest ID value placed first to ensure application icon
 // remains consistent on all systems.
-IDI_APACHE              ICON    DISCARDABLE     "apache.ico"
+101                     ICON    DISCARDABLE     "apache.ico"
 #endif    // Neutral resources
 /////////////////////////////////////////////////////////////////////////////
 
@@ -48,11 +47,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
 // TEXTINCLUDE
 //
 
-1 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "resource.h\0"
-END
-
 2 TEXTINCLUDE DISCARDABLE 
 BEGIN
     "#include ""winresrc.h""\r\n"
diff --git a/os/win32/resource.h b/os/win32/resource.h
deleted file mode 100644 (file)
index 820bb6a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//{{NO_DEPENDENCIES}}
-// Microsoft Developer Studio generated include file.
-// Used by Apache.rc
-//
-#define IDI_APACHE                      101
-
-// Next default values for new objects
-// 
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NO_MFC                     1
-#define _APS_NEXT_RESOURCE_VALUE        102
-#define _APS_NEXT_COMMAND_VALUE         40001
-#define _APS_NEXT_CONTROL_VALUE         1000
-#define _APS_NEXT_SYMED_VALUE           101
-#endif
-#endif