Skip to content

Commit 11658f6

Browse files
author
mhugent
committed
also use _isnan for mingw compiles
git-svn-id: http://svn.osgeo.org/qgis/trunk@10445 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9faf5a0 commit 11658f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/interpolation/qgsinterpolator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#else
2424
#include <math.h>
2525
#endif
26-
#ifdef _MSC_VER
26+
#ifdef WIN32
2727
#include <float.h>
2828
#define isnan(f) _isnan(f)
2929
#endif

0 commit comments

Comments
 (0)