summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-16 16:26:20 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-16 20:23:08 +0200
commitf133b545321a424530cce8f5b0440b90bc89c5cf (patch)
tree56a383015ea0ecb42b3335e420095adc9f666634 /hwpfilter
parent0128edc892252ea978791ddfc167851a0ef8461e (diff)
WaE: "isnan" redefined
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hcode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hcode.cxx b/hwpfilter/source/hcode.cxx
index 9a31e0ad5680..260d5648ba32 100644
--- a/hwpfilter/source/hcode.cxx
+++ b/hwpfilter/source/hcode.cxx
@@ -39,7 +39,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
-#ifdef WIN32
+#if defined WIN32 && defined MSC
#include <float.h>
#define isnan _isnan
#endif