From 5592d18c6bbb82e190b76ce3cbe2840d1cdc51c9 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sun, 25 Aug 2013 21:08:13 +0100 Subject: wince: Build fix, Windows can also run on ARM. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cherry-picked commit 96d950c4d0ea058e92b668dbdea3d91a89985efe on top of rebased double-conversion code Change-Id: Iac3733b425d63bfbd027c16de7bf24b23262adc9 Reviewed-by: Sérgio Martins Reviewed-by: Andreas Holzammer Reviewed-by: Björn Breitmeyer Reviewed-by: Simon Hausmann --- src/3rdparty/double-conversion/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/3rdparty/double-conversion/utils.h') diff --git a/src/3rdparty/double-conversion/utils.h b/src/3rdparty/double-conversion/utils.h index b1bb282788..9af98be72d 100644 --- a/src/3rdparty/double-conversion/utils.h +++ b/src/3rdparty/double-conversion/utils.h @@ -74,6 +74,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 -- cgit v1.2.3