Fix large file support for Symbian OS on the emulator.

This commit is contained in:
Dan Fandrich 2008-08-27 01:48:33 +00:00
parent f9894f4ebc
commit 709de3d621

View File

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