diff options
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r-- | ext/standard/pack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 230477216b..b10988fafe 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -25,7 +25,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#if PHP_WIN32 +#ifdef PHP_WIN32 #include <windows.h> #include <winsock.h> #define O_RDONLY _O_RDONLY @@ -38,7 +38,7 @@ #include "php_string.h" #include "pack.h" #if HAVE_PWD_H -#if PHP_WIN32 +#ifdef PHP_WIN32 #include "win32/pwd.h" #else #include <pwd.h> |