diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-11 15:59:30 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-11 15:59:30 +0000 |
commit | 80bdd19e031ca0dac2dfd4cb62ff43558d477663 (patch) | |
tree | 539fd5059d50e32acf9b991354d48cbcecb16426 /ext/filepro/filepro.c | |
parent | 80f4886c5a71b0cdc4a3159297160e30ddd298cb (diff) | |
download | php-git-80bdd19e031ca0dac2dfd4cb62ff43558d477663.tar.gz |
Fine tune Andi's patch
Diffstat (limited to 'ext/filepro/filepro.c')
-rw-r--r-- | ext/filepro/filepro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index 5e64632512..cc055076aa 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -27,7 +27,7 @@ #include "safe_mode.h" #include "fopen-wrappers.h" #include <string.h> -#if PHP_WIN32 +#ifdef PHP_WIN32 #include <windows.h> #else #include <sys/param.h> |