Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems

This commit is contained in:
Yang Tse 2010-02-26 18:32:46 +00:00
parent 697496ff99
commit cef95aadeb
17 changed files with 91 additions and 12 deletions

View file

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