mirror of
https://github.com/curl/curl.git
synced 2026-05-16 20:56:20 +03:00
CURL_LLONG_MIN should now be signed
This commit is contained in:
parent
cebaab8ee5
commit
0105ad5e39
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
#endif
|
||||
|
||||
#define CURL_LLONG_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF)
|
||||
#define CURL_LLONG_MIN CURL_OFF_T_C(0x8000000000000000)
|
||||
#define CURL_LLONG_MIN (-CURL_LLONG_MAX - CURL_OFF_T_C(1))
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue