Skip to content

Commit 99c6c6f

Browse files
author
jef
committed
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@14688 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f6c28ee commit 99c6c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#ifdef WIN32
3131
#include <float.h>
3232
#define isnan(f) _isnan(f)
33-
#define isinf(f) (!_isfinite(f) && !_isnan(f))
33+
#define isinf(f) (!_finite(f) && !_isnan(f))
3434
#endif
3535

3636
/** \ingroup core

0 commit comments

Comments
 (0)