From Pavel Moloshtan, fixes for Mingw32 build.

This commit is contained in:
Robert Osfield
2002-09-12 20:30:41 +00:00
parent 6c6fc36d7e
commit ee93b70033
3 changed files with 7 additions and 6 deletions

View File

@@ -12,9 +12,10 @@
#endif
#if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) ) || \
#if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) && !defined(__MINGW32__) ) || \
defined (sun) || \
defined (__DARWIN_OSX__)
#include <float.h>
@@ -57,7 +58,7 @@
#endif
#if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) ) || \
#if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) && !defined(__MINGW32__) ) || \
defined (sun)
#ifndef isnanf
@@ -66,7 +67,7 @@
#endif
#if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) ) || \
#if (defined(WIN32) && !(defined(_MSC_VER) && (_MSC_VER >= 1300)) && !defined(__MINGW32__) ) || \
defined (sun) || \
defined (__hpux__)