CURL_LLONG_MIN should now be signed

This commit is contained in:
Yang Tse 2008-08-14 10:30:45 +00:00
parent cebaab8ee5
commit 0105ad5e39

View File

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