From cef95aadebf0be4be6b4ed82e07f38cc83faf546 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 26 Feb 2010 18:32:46 +0000 Subject: Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems --- lib/warnless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/warnless.c') diff --git a/lib/warnless.c b/lib/warnless.c index 232ff8027..45ed832f6 100644 --- a/lib/warnless.c +++ b/lib/warnless.c @@ -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) -- cgit v1.2.3