From f133b545321a424530cce8f5b0440b90bc89c5cf Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 16 Apr 2012 16:26:20 +0200 Subject: WaE: "isnan" redefined --- hwpfilter/source/hcode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter') 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 #include #include -#ifdef WIN32 +#if defined WIN32 && defined MSC #include #define isnan _isnan #endif -- cgit