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: curl-7_19_0~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=709de3d6217bdd470ce1e1840375fe7f7bdeb2d4;p=thirdparty%2Fcurl.git Fix large file support for Symbian OS on the emulator. --- diff --git a/lib/config-symbian.h b/lib/config-symbian.h index 6c91cba361..ddccf1e826 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