From: Andi Gutmans Date: Thu, 17 Aug 2000 04:05:57 +0000 (+0000) Subject: - It should be #ifdef PHP_WIN32 X-Git-Tag: php-4.0.2RC1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=056401fa6c4c1b0a82e75acc6ea1ebfef2a06cab;p=php - It should be #ifdef PHP_WIN32 --- diff --git a/ext/curl/curl.c b/ext/curl/curl.c index 724dccf744..8e5fdc1b82 100644 --- a/ext/curl/curl.c +++ b/ext/curl/curl.c @@ -38,7 +38,7 @@ int curl_globals_id; php_curl_globals curl_globals; #endif -#if PHP_WIN32 +#ifdef PHP_WIN32 static void win32_cleanup(); static void win32_init(); diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index aedd4350cf..2b4b44c922 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -221,6 +221,10 @@ SOURCE=..\ext\standard\cyr_convert.h # End Source File # Begin Source File +SOURCE="..\main\fopen-wrappers.h" +# End Source File +# Begin Source File + SOURCE=..\main\getopt.h # End Source File # Begin Source File