]> granicus.if.org Git - apache/commitdiff
Fix Windows compile breaks caused by mod_core.h foobar
authorBill Stoddard <stoddard@apache.org>
Tue, 27 Feb 2001 18:58:59 +0000 (18:58 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 27 Feb 2001 18:58:59 +0000 (18:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88371 13f79535-47bb-0310-9956-ffa450edef68

libhttpd.dsp
modules/arch/win32/mod_isapi.c
os/win32/mod_isapi.c

index 92332ab5ac5912a1722e3ce454e2f5d5a1acc11c..b85e149f07050e3b5d8128cbced11a74590320e1 100644 (file)
@@ -43,7 +43,7 @@ RSC=rc.exe
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MD /W3 /O2 /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
-# ADD CPP /nologo /MD /W3 /O2 /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c
+# ADD CPP /nologo /MD /W3 /O2 /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /I "./modules/http" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c
 # ADD BASE MTL /nologo /D "NDEBUG" /win32
 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 # ADD BASE RSC /l 0x809 /d "NDEBUG"
@@ -69,7 +69,7 @@ LINK32=link.exe
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /I "./modules/http" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c
 # ADD BASE MTL /nologo /D "_DEBUG" /win32
 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 # ADD BASE RSC /l 0x809 /d "_DEBUG"
@@ -319,6 +319,7 @@ SOURCE=.\modules\filters\mod_include.h
 # Begin Source File
 
 SOURCE=.\os\win32\mod_isapi.c
+# ADD CPP /I "."
 # End Source File
 # Begin Source File
 
index 34684bd96ae3c198da89d8804654446b49ffc8d9..c9a558c10f29828e2bb783410733cdafaccd5ca5 100644 (file)
@@ -86,7 +86,7 @@
 #include "http_request.h"
 #include "http_log.h"
 #include "util_script.h"
-
+#include "mod_core.h"
 
 /* We use the exact same header file as the original */
 #include <HttpExt.h>
index 34684bd96ae3c198da89d8804654446b49ffc8d9..c9a558c10f29828e2bb783410733cdafaccd5ca5 100644 (file)
@@ -86,7 +86,7 @@
 #include "http_request.h"
 #include "http_log.h"
 #include "util_script.h"
-
+#include "mod_core.h"
 
 /* We use the exact same header file as the original */
 #include <HttpExt.h>