mirror of
https://github.com/curl/curl.git
synced 2026-07-25 19:27:17 +03:00
Watcom uses 'i64' suffix.
This commit is contained in:
parent
7e00076586
commit
c5297b9fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue