1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

Note that the long long issue is fixed in Symbian OS 9.4

This commit is contained in:
Dan Fandrich 2008-09-15 18:24:23 +00:00
parent 6a04c0878b
commit 849318138e

View File

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