CURL_LLONG_MIN should now be signed
This commit is contained in:
parent
cebaab8ee5
commit
0105ad5e39
@ -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…
Reference in New Issue
Block a user