make sure WIN32 sections do NOT kick in for cygwin compiles
[rrdtool.git] / src / rrd_afm.c
index b9996f4..04abde5 100644 (file)
@@ -4,7 +4,7 @@
  * rrd_afm.h  Parsing afm tables to find width of strings.
  ****************************************************************************/
 
-#ifdef WIN32
+#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
 #include "../confignt/config.h"
 #else
 #include "config.h"