It seems that function graph_size_location() doesn't call xtr(im, 0) if (im->extra_fl...
[rrdtool.git] / src / rrd_tool.c
index 0748d92..d46d195 100644 (file)
@@ -416,7 +416,7 @@ int main(
        according to localeconv(3) */       
     setlocale(LC_ALL, "");
 
-#ifdef WIN32 && !defined(__CYGWIN__)
+#if defined(WIN32) && !defined(__CYGWIN__)
     setmode(fileno(stdout), O_BINARY);
     setmode(fileno(stdin), O_BINARY);
 #endif