From: Ralf Lang Date: Tue, 23 Jul 2013 05:39:36 +0000 (+0200) Subject: more precise condition X-Git-Tag: php-5.6.0alpha1~326^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a7ea474a4f8d8e61e0ed9d82cf764eb6b13f580;p=php more precise condition --- diff --git a/main/rfc1867.c b/main/rfc1867.c index 8460929108..3c160702ae 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -34,7 +34,7 @@ #include "rfc1867.h" #include "ext/standard/php_string.h" -#if defined(_MSC_VER) +#if defined(PHP_WIN32) && !defined(HAVE_ATOLL) # define atoll(s) _atoi64(s) #endif