Watcom uses 'i64' suffix.

This commit is contained in:
Gisle Vanem 2004-12-17 18:33:09 +00:00
parent 7e00076586
commit c5297b9fd9
1 changed files with 1 additions and 1 deletions

View File

@ -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)