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/standard/pageinfo.c | |
parent | 80f4886c5a71b0cdc4a3159297160e30ddd298cb (diff) | |
download | php-git-80bdd19e031ca0dac2dfd4cb62ff43558d477663.tar.gz |
Fine tune Andi's patch
Diffstat (limited to 'ext/standard/pageinfo.c')
-rw-r--r-- | ext/standard/pageinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/pageinfo.c b/ext/standard/pageinfo.c index d232b3f086..c0c7daf429 100644 --- a/ext/standard/pageinfo.c +++ b/ext/standard/pageinfo.c @@ -24,7 +24,7 @@ #include <stdio.h> #include <stdlib.h> #if HAVE_PWD_H -#if PHP_WIN32 +#ifdef PHP_WIN32 #include "win32/pwd.h" #else #include <pwd.h> @@ -34,7 +34,7 @@ #include <unistd.h> #endif #include <sys/stat.h> -#if PHP_WIN32 +#ifdef PHP_WIN32 #include <process.h> #endif |