Commit 321511a5 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Watcom has strtoll().

parent c5297b9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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