mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Watcom uses 'i64' suffix.
This commit is contained in:
parent
7e00076586
commit
c5297b9fd9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user