Skip to content

Commit

Permalink
fixes for WinCE6
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed May 25, 2014
1 parent 2ed52aa commit fa013c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Foundation/src/NumericString.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa013c5

Please sign in to comment.