diff options
Diffstat (limited to 'ext/standard/crypt_sha512.c')
-rw-r--r-- | ext/standard/crypt_sha512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt_sha512.c b/ext/standard/crypt_sha512.c index 3cef9a3437..3373182921 100644 --- a/ext/standard/crypt_sha512.c +++ b/ext/standard/crypt_sha512.c @@ -63,7 +63,7 @@ struct sha512_ctx }; -#if PHP_WIN32 || (!defined(WORDS_BIGENDIAN)) +#if defined(PHP_WIN32) || (!defined(WORDS_BIGENDIAN)) # define SWAP(n) \ (((n) << 56) \ | (((n) & 0xff00) << 40) \ |