mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
This commit is contained in:
parent
697496ff99
commit
cef95aadeb
17 changed files with 91 additions and 12 deletions
|
|
@ -53,7 +53,7 @@
|
|||
# define CURL_MASK_UINT 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||
#endif
|
||||
|
||||
#if (SIZEOF_LONG == 2)
|
||||
#if (CURL_SIZEOF_LONG == 2)
|
||||
# define CURL_MASK_SLONG 0x7FFFL
|
||||
# define CURL_MASK_ULONG 0xFFFFUL
|
||||
#elif (SIZEOF_LONG == 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue