summaryrefslogtreecommitdiff
path: root/include/win32config.h
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2003-06-14 16:48:26 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2003-06-14 16:48:26 +0000
commit72f92a882ca023963ebe712d2048a5b4fc0bf4a0 (patch)
tree3924226fc524e8c8c9c99212cc988c15bc467189 /include/win32config.h
parentd7cec926292b83b46af271285b0a305e99f66cd0 (diff)
downloadlibxml2-72f92a882ca023963ebe712d2048a5b4fc0bf4a0.tar.gz
applied the BCB patch by Eric Zurcher
Diffstat (limited to 'include/win32config.h')
-rw-r--r--include/win32config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/win32config.h b/include/win32config.h
index 5b004798..9c75afd7 100644
--- a/include/win32config.h
+++ b/include/win32config.h
@@ -30,7 +30,7 @@
#define HAVE_ISINF
#define HAVE_ISNAN
#include <math.h>
-#ifdef _MSC_VER
+#if defined(_MSC_VER) || defined(__BORLANDC__)
/* MS C-runtime has functions which can be used in order to determine if
a given floating-point variable contains NaN, (+-)INF. These are
preferred, because floating-point technology is considered propriatary