aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2013-08-25 21:08:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 18:29:51 +0200
commit96d950c4d0ea058e92b668dbdea3d91a89985efe (patch)
treec016c8be07177729a7ce14ac7b992113398dfe38 /src/3rdparty
parent80b65ff5372e04fe7bcba1d91c96a285ebe6bd84 (diff)
wince: Build fix, Windows can also run on ARM.
Change-Id: I113a9fd86215700fe11fa5b2bfb8461953b1255b Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/double-conversion/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/double-conversion/utils.h b/src/3rdparty/double-conversion/utils.h
index f5a8c984e4..044c0c25eb 100644
--- a/src/3rdparty/double-conversion/utils.h
+++ b/src/3rdparty/double-conversion/utils.h
@@ -71,6 +71,8 @@
#else
#undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
#endif // _WIN32
+#elif defined(WINCE) || defined(_WIN32_WCE)
+#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#else
#error Target architecture was not detected as supported by Double-Conversion.
#endif