]> granicus.if.org Git - php/commitdiff
more precise condition
authorRalf Lang <lang@b1-systems.de>
Tue, 23 Jul 2013 05:39:36 +0000 (07:39 +0200)
committerMichael Wallner <mike@php.net>
Tue, 6 Aug 2013 20:51:58 +0000 (22:51 +0200)
main/rfc1867.c

index 8460929108e10adc79b425a5c3f04fc0bf5bcf6d..3c160702aef9c1cef725e061d6f73e716b9414b5 100644 (file)
@@ -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