- It should be #ifdef PHP_WIN32

This commit is contained in:
Andi Gutmans 2000-08-17 04:05:57 +00:00
parent 8a8b5dacc6
commit 056401fa6c
2 changed files with 5 additions and 1 deletions

View File

@ -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();

View File

@ -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