summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/rfc1867.c2
1 files changed, 1 insertions, 1 deletions
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