From: Anatol Belski Date: Sat, 9 May 2015 20:57:56 +0000 (+0200) Subject: fix _timezone usage for vc14 X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c93a3606616aff45560ea4e98e78a3697c783f91;p=php fix _timezone usage for vc14 --- 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 -#ifdef NETWARE +#if defined(NETWARE) || (defined(PHP_WIN32) && defined(_MSC_VER) && _MSC_VER >= 1900) #define timezone _timezone /* timezone is called _timezone in LibC */ #endif