From c5297b9fd951a13d5cb0235b7808091171935bd4 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 17 Dec 2004 18:33:09 +0000 Subject: Watcom uses 'i64' suffix. --- lib/strtoofft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/strtoofft.h') diff --git a/lib/strtoofft.h b/lib/strtoofft.h index 041989050..e27b43261 100644 --- a/lib/strtoofft.h +++ b/lib/strtoofft.h @@ -58,7 +58,7 @@ curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base); #define curlx_strtoofft strtol #endif -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__WATCOMC__) #define CURL_LLONG_MIN 0x8000000000000000i64 #define CURL_LLONG_MAX 0x7FFFFFFFFFFFFFFFi64 #elif defined(HAVE_LL) -- cgit v1.2.1