]> Pileus Git - ~andy/gtk/blobdiff - gdk/fallback-c89.c
x11: Get rid of XSettingsClient object
[~andy/gtk] / gdk / fallback-c89.c
index 35dea777ed39920ccab1c04660ad23a04ab8ab7e..b150044bd309f85ca7df673e12e6936b75275c72 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <float.h>
 
-#ifndef HAVE_ISNAN
+#ifndef HAVE_DECL_ISNAN
 /* it seems of the supported compilers only
  * MSVC does not have isnan(), but it does
  * have _isnan() which does the same as isnan()
@@ -31,7 +31,7 @@ isnan (double x)
 }
 #endif
 
-#ifndef HAVE_ISINF
+#ifndef HAVE_DECL_ISINF
 /* Unfortunately MSVC does not have finite()
  * but it does have _finite() which is the same
  * as finite() except when x is a NaN