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 04000a8bb4..0d5c174116 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -29,7 +29,7 @@ #include "rfc1867.h" -#if PHP_WIN32 +#ifdef PHP_WIN32 #define STRCASECMP stricmp #else #define STRCASECMP strcasecmp |