diff options
author | Sergio Martins <[email protected]> | 2013-08-25 21:08:13 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-09-17 18:29:51 +0200 |
commit | 96d950c4d0ea058e92b668dbdea3d91a89985efe (patch) | |
tree | c016c8be07177729a7ce14ac7b992113398dfe38 | |
parent | 80b65ff5372e04fe7bcba1d91c96a285ebe6bd84 (diff) |
wince: Build fix, Windows can also run on ARM.
Change-Id: I113a9fd86215700fe11fa5b2bfb8461953b1255b
Reviewed-by: Andreas Holzammer <[email protected]>
Reviewed-by: Simon Hausmann <[email protected]>
-rw-r--r-- | src/3rdparty/double-conversion/utils.h | 2 |
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 |