]> granicus.if.org Git - php/commitdiff
force atoll macro usage on windows
authorAnatol Belski <ab@php.net>
Mon, 21 Jul 2014 07:52:52 +0000 (09:52 +0200)
committerAnatol Belski <ab@php.net>
Mon, 21 Jul 2014 07:52:52 +0000 (09:52 +0200)
main/rfc1867.c

index c93472f5a125dea7eb84325902aa038ba6a0b806..806a292872abfbafdc44993d0e7b3ec77e8fc9d7 100644 (file)
@@ -36,6 +36,7 @@
 
 #if defined(PHP_WIN32) && !defined(HAVE_ATOLL)
 # define atoll(s) _atoi64(s)
+# define HAVE_ATOLL 1
 #endif
 
 #define DEBUG_FILE_UPLOAD ZEND_DEBUG