Commit 709de3d6 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fix large file support for Symbian OS on the emulator.

parent f9894f4e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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