diff options
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r-- | ext/standard/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index fa217796dd..d76ba28580 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -41,7 +41,7 @@ #include <strings.h> #endif -#if PHP_WIN32 +#ifdef PHP_WIN32 #include <process.h> extern char *crypt(char *__key,char *__salt); #endif |