Skip to content

Commit d80a910

Browse files
committed
more precise condition
1 parent b07e55f commit d80a910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/rfc1867.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "rfc1867.h"
3535
#include "ext/standard/php_string.h"
3636

37-
#if defined(_MSC_VER)
37+
#if defined(PHP_WIN32) && !defined(HAVE_ATOLL)
3838
# define atoll(s) _atoi64(s)
3939
#endif
4040

0 commit comments

Comments
 (0)