From: Gisle Vanem Date: Fri, 17 Dec 2004 18:33:09 +0000 (+0000) Subject: Watcom uses 'i64' suffix. X-Git-Tag: curl-7_12_3~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5297b9fd951a13d5cb0235b7808091171935bd4;p=curl Watcom uses 'i64' suffix. --- 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)