mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
- It should be #ifdef PHP_WIN32
This commit is contained in:
parent
8a8b5dacc6
commit
056401fa6c
@ -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();
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user