diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-27 01:48:33 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-27 01:48:33 +0000 |
commit | 709de3d6217bdd470ce1e1840375fe7f7bdeb2d4 (patch) | |
tree | 4ec90601ab3e63b991cce3d0f6732634100455f1 /lib/config-symbian.h | |
parent | f9894f4ebcbe863c5075d411585dbca75311d427 (diff) | |
download | curl-709de3d6217bdd470ce1e1840375fe7f7bdeb2d4.tar.gz |
Fix large file support for Symbian OS on the emulator.
Diffstat (limited to 'lib/config-symbian.h')
-rw-r--r-- | lib/config-symbian.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |