mirror of
https://github.com/curl/curl.git
synced 2026-07-30 06:18:03 +03:00
CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG
This commit is contained in:
parent
ab2ef24d5d
commit
6b9bc5a4fe
5 changed files with 11 additions and 30 deletions
|
|
@ -82,7 +82,7 @@
|
|||
# define CURL_MASK_SLONG 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFL
|
||||
# define CURL_MASK_ULONG 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFUL
|
||||
#else
|
||||
# error "CURL_SIZEOF_LONG not defined"
|
||||
# error "SIZEOF_LONG not defined"
|
||||
#endif
|
||||
|
||||
#if (SIZEOF_CURL_OFF_T == 2)
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
# define CURL_MASK_SCOFFT CURL_OFF_T_C(0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF)
|
||||
# define CURL_MASK_UCOFFT CURL_OFF_TU_C(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF)
|
||||
#else
|
||||
# error "CURL_SIZEOF_CURL_OFF_T not defined"
|
||||
# error "SIZEOF_CURL_OFF_T not defined"
|
||||
#endif
|
||||
|
||||
#if (SIZEOF_SIZE_T == SIZEOF_SHORT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue