aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 05c0f6b2ed..71820b9977 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -157,8 +157,8 @@
#endif /* _MSC_EXTENSIONS */
#endif /* PRIx64 */
-/* Map "_strtoui64()" to "strtoll()" */
-#define strtoll _strtoui64
+/* Define as a function that behaves like strtoull */
+#define strtoull _strtoui64
/* Define if you have the z library (-lz). */
@HAVE_LIBZ@