summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-27 14:09:50 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-27 14:09:50 +0200
commit09b08d4adb758b8766f22f2bac9a1fa2d94f6b53 (patch)
tree70fc2e1253b74dd88d5299c399e8751048bdf9e4 /hwpfilter
parent6943c7b11c92f3d4971704abcb213f57eaa4e115 (diff)
More MSC -> _MSC_VER, sorry
Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a
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 bda62436ad49..1187e42ef4c5 100644
--- a/hwpfilter/source/hcode.cxx
+++ b/hwpfilter/source/hcode.cxx
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
-#if defined WIN32 && defined MSC
+#ifdef _MSC_VER
#include <float.h>
#define isnan _isnan
#endif