aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2004-12-17 19:57:50 +0000
committerGisle Vanem <gvanem@broadpark.no>2004-12-17 19:57:50 +0000
commit321511a5befd6791683f34a39af381d5153ee236 (patch)
treeedf1af63a260ec298430aff8afa200c594a61420 /lib/config-win32.h
parentc5297b9fd951a13d5cb0235b7808091171935bd4 (diff)
Watcom has strtoll().
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 96b0e18fa..a12394f2c 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -107,7 +107,7 @@
#define HAVE_STRSTR 1
/* Define if you have the strtoll function. */
-#ifdef __MINGW32__
+#if defined(__MINGW32__) || defined(__WATCOMC__)
#define HAVE_STRTOLL 1
#endif