From: Dan Fandrich Date: Mon, 15 Sep 2008 18:24:23 +0000 (+0000) Subject: Note that the long long issue is fixed in Symbian OS 9.4 X-Git-Tag: curl-7_19_1~352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=849318138ee628437c0d3dfe88e6e9b74e7f2520;p=thirdparty%2Fcurl.git Note that the long long issue is fixed in Symbian OS 9.4 --- diff --git a/lib/config-symbian.h b/lib/config-symbian.h index ddccf1e826..1bd34a298c 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -803,7 +803,7 @@ /* #define CURLDEBUG */ #endif -/* sys/cdefs.h fails to define this for WINSCW */ +/* sys/cdefs.h fails to define this for WINSCW prior to Symbian OS ver. 9.4 */ #ifndef __LONG_LONG_SUPPORTED #define __LONG_LONG_SUPPORTED #endif