summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/javascriptcore/JavaScriptCore/wtf
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-11-02 17:41:06 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-11-10 11:10:23 (GMT)
commitf80c224ddd3c3c4a408c8f88e6cf5114ee107c89 (patch)
tree15ba0fccc5700ceda254d4914169314f7e784461 /src/3rdparty/javascriptcore/JavaScriptCore/wtf
parentee9b774ae230d3fce0f33510f421e8e772536c1d (diff)
downloadQt-f80c224ddd3c3c4a408c8f88e6cf5114ee107c89.zip
Qt-f80c224ddd3c3c4a408c8f88e6cf5114ee107c89.tar.gz
Qt-f80c224ddd3c3c4a408c8f88e6cf5114ee107c89.tar.bz2
fix WebKit build on Windows CE 6
Again, we have fun with the C time functions on Windows CE. On Windows CE 5: the functions are declared but not defined. On Windows CE 6: the functions are neither declared nor defined. Reviewed-by: Simon Hausmann
Diffstat (limited to 'src/3rdparty/javascriptcore/JavaScriptCore/wtf')
-rw-r--r--src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
index 73212db..fa7a006 100644
--- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
+++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
@@ -367,6 +367,10 @@
# endif
#endif
+#if PLATFORM(WINCE) && PLATFORM(QT)
+# include <ce_time.h>
+#endif
+
/* Compiler */
/* COMPILER(MSVC) */