diff options
Diffstat (limited to 'ext/standard/password.c')
-rw-r--r-- | ext/standard/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/password.c b/ext/standard/password.c index d814757d95..2d04badd1b 100644 --- a/ext/standard/password.c +++ b/ext/standard/password.c @@ -35,7 +35,7 @@ #include "argon2.h" #endif -#if PHP_WIN32 +#ifdef PHP_WIN32 #include "win32/winutil.h" #endif |