]> git.saurik.com Git - wxWidgets.git/commit
MinGW-w64 provides isfinite() in both 32 and 64 bit builds.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:49:05 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:49:05 +0000 (23:49 +0000)
commit866a7cd7caa8470f456b4868374c9a692943dd3e
treeb0d1f4701534c8d82913fe1048fd4139ab7a0b49
parentf7029489c19d6bd487543844871c487069955419
MinGW-w64 provides isfinite() in both 32 and 64 bit builds.

So use __MINGW64_TOOLCHAIN__ to test for it and not __MINGW64__, which is only
defined in 64 bits.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/math.h