diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-15 18:24:23 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-15 18:24:23 +0000 |
commit | 849318138ee628437c0d3dfe88e6e9b74e7f2520 (patch) | |
tree | ff2353977d4b26ed88211e76f14c51278b13da7b /lib | |
parent | 6a04c0878b445ce631958292849352de5cb7e15b (diff) |
Note that the long long issue is fixed in Symbian OS 9.4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-symbian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h index ddccf1e82..1bd34a298 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -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 |