genericopenlibs/openenvcore/include/time.h
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
--- a/genericopenlibs/openenvcore/include/time.h	Mon May 03 14:06:43 2010 +0300
+++ b/genericopenlibs/openenvcore/include/time.h	Tue Jul 20 16:35:53 2010 +0530
@@ -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 *);