diff options
Diffstat (limited to 'main/SAPI.c')
-rw-r--r-- | main/SAPI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.c b/main/SAPI.c index 54de23facf..d1c684f1e1 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -28,7 +28,7 @@ #include "rfc1867.h" -#if WIN32||WINNT +#if PHP_WIN32 #define STRCASECMP stricmp #else #define STRCASECMP strcasecmp |