From: Anatol Belski Date: Mon, 21 Jul 2014 07:52:52 +0000 (+0200) Subject: force atoll macro usage on windows X-Git-Tag: PRE_PHPNG_MERGE~65^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6d941e4b451a09c80e852a2f9d54e41591c36d2;p=php force atoll macro usage on windows --- diff --git a/main/rfc1867.c b/main/rfc1867.c index c93472f5a1..806a292872 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -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