From: Dan Fandrich Date: Wed, 27 Aug 2008 01:48:33 +0000 (+0000) Subject: Fix large file support for Symbian OS on the emulator. X-Git-Tag: cares-1_5_3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=709de3d6217bdd470ce1e1840375fe7f7bdeb2d4;p=curl Fix large file support for Symbian OS on the emulator. --- diff --git a/lib/config-symbian.h b/lib/config-symbian.h index 6c91cba36..ddccf1e82 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -802,3 +802,8 @@ #ifdef _DEBUG /* #define CURLDEBUG */ #endif + +/* sys/cdefs.h fails to define this for WINSCW */ +#ifndef __LONG_LONG_SUPPORTED +#define __LONG_LONG_SUPPORTED +#endif