only print ttf font errors when compiled with -DDEBUG
[rrdtool.git] / src / rrd_nan_inf.c
index f40555d..22886c4 100644 (file)
@@ -1,6 +1,6 @@
 #include "rrd_nan_inf.h"
 
-#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
+#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
 
 #include <math.h>