mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 11:17:31 +01:00
dd9c4e607e
Added following #defines which is not defined in MinGW header: #define _RC_CHOP 0x00000300 #define _RC_UP 0x00000200 #define _RC_DOWN 0x00000100 #define _RC_NEAR 0x00000000 Use isfinite(), instead of _finite(), for isInfiniteImpl(). Use isnan(), instead of _isnan(), for isNaNImpl(). Use copysign(), instead of _copysign(), for copySignImpl(). |
||
---|---|---|
.. | ||
Poco |