Skip to content

Commit 9d2bcc9

Browse files
author
mhugent
committedMar 31, 2009

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)
Please sign in to comment.