From fa013c574acbc3742d223b24340cb5ebfa0fc205 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Sun, 25 May 2014 16:56:20 +0200 Subject: [PATCH] fixes for WinCE6 --- Foundation/src/NumericString.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Foundation/src/NumericString.cpp b/Foundation/src/NumericString.cpp index 78e19bd77..2b087efed 100644 --- a/Foundation/src/NumericString.cpp +++ b/Foundation/src/NumericString.cpp @@ -13,7 +13,13 @@ // SPDX-License-Identifier: BSL-1.0 // + +#include "Poco/Bugcheck.h" + + // +++ double conversion +++ +#define UNREACHABLE poco_bugcheck +#define UNIMPLEMENTED poco_bugcheck #include "diy-fp.cc" #include "cached-powers.cc" #include "bignum-dtoa.cc"