diff options
-rw-r--r-- | ext/openssl/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 1697d80bb9..1ae741136d 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -59,7 +59,7 @@ /* Common */ #include <time.h> -#ifdef NETWARE +#if defined(NETWARE) || (defined(PHP_WIN32) && defined(_MSC_VER) && _MSC_VER >= 1900) #define timezone _timezone /* timezone is called _timezone in LibC */ #endif |