mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 19:13:30 +01:00
fixes for WinCE6
This commit is contained in:
parent
2ed52aac55
commit
fa013c574a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user