diff -r 5fae379060a7 -r bf6a71c50e42 genericopenlibs/openenvcore/include/time.h --- a/genericopenlibs/openenvcore/include/time.h Fri Jun 11 15:26:22 2010 +0300 +++ b/genericopenlibs/openenvcore/include/time.h Wed Aug 18 11:27:44 2010 +0300 @@ -143,6 +143,11 @@ __BEGIN_DECLS #ifdef __SYMBIAN32__ +#ifdef __WINSCW__ +#ifndef __SOFTFP +#define __SOFTFP +#endif /* __SOFTFP */ +#endif//__WINSCW__ IMPORT_C char*** __tzname(void); #define tzname (*__tzname()) #endif //__SYMBIAN32__ @@ -154,7 +159,7 @@ IMPORT_C char *ctime(const time_t *); IMPORT_C -double difftime(time_t, time_t); +double difftime(time_t, time_t) __SOFTFP; /* XXX missing: getdate() */ IMPORT_C struct tm *gmtime(const time_t *);