Skip to content

Commit

Permalink
also use _isnan for mingw compiles
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10445 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 31, 2009
1 parent 9faf5a0 commit 11658f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/interpolation/qgsinterpolator.cpp
Expand Up @@ -23,7 +23,7 @@
#else
#include <math.h>
#endif
#ifdef _MSC_VER
#ifdef WIN32
#include <float.h>
#define isnan(f) _isnan(f)
#endif
Expand Down

0 comments on commit 11658f6

Please sign in to comment.