We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faf5a0 commit 11658f6Copy full SHA for 11658f6
src/plugins/interpolation/qgsinterpolator.cpp
@@ -23,7 +23,7 @@
23
#else
24
#include <math.h>
25
#endif
26
-#ifdef _MSC_VER
+#ifdef WIN32
27
#include <float.h>
28
#define isnan(f) _isnan(f)
29
0 commit comments