diff options
author | Andi Gutmans <andi@php.net> | 2000-02-10 17:14:05 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-10 17:14:05 +0000 |
commit | f452c7762f646d9b25862a03318e149d2bae828a (patch) | |
tree | 439203f5667b98876f57e6026449fa419ab0303a /main/SAPI.c | |
parent | bc5c9d8d7b0a32e6d716141c0ff2d7f5015c4658 (diff) | |
download | php-git-f452c7762f646d9b25862a03318e149d2bae828a.tar.gz |
- Introduce PHP_WIN32
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 |