it seems that _WIN32 is more commonly defined thatn WIN32 on win32 ... (gifford.heske...
[rrdtool.git] / src / rrd_afm.c
index 0e3109c..01c0dce 100644 (file)
@@ -4,7 +4,7 @@
  * rrd_afm.h  Parsing afm tables to find width of strings.
  ****************************************************************************/
 
-#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
+#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
 #include "../confignt/config.h"
 #else
 #include "config.h"