From: William A. Rowe Jr Date: Wed, 28 Feb 2001 16:28:52 +0000 (+0000) Subject: More crufty stuff X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc319794b883eee5e972f9bffcc9ceebc9465a5;p=apache More crufty stuff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88395 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/apache.rc b/os/win32/apache.rc index 6dde63f950..d1105fe554 100644 --- a/os/win32/apache.rc +++ b/os/win32/apache.rc @@ -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 index 820bb6aaaf..0000000000 --- a/os/win32/resource.h +++ /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