summaryrefslogtreecommitdiff
path: root/libtiff/tif_config.vc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/tif_config.vc.h')
-rw-r--r--libtiff/tif_config.vc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtiff/tif_config.vc.h b/libtiff/tif_config.vc.h
index 78f3b204..939594f8 100644
--- a/libtiff/tif_config.vc.h
+++ b/libtiff/tif_config.vc.h
@@ -116,7 +116,9 @@
# else
# define HAVE_SNPRINTF 1
# endif
-# if _MSC_VER >= 1920 /* Visual Studio 2019 has strtoll/strtoull */
+# define HAVE_STRTOL 1
+# define HAVE_STRTOUL 1
+# if _MSC_VER >= 1900 /* Visual Studio 2015 added strtoll/strtoull */
# define HAVE_STRTOLL 1
# define HAVE_STRTOULL 1
# endif