Code

put all the architecture specific stuff in separate subdirectories ... one for netwar...
[rrdtool.git] / src / rrd_dump.c
index 8067870e612b205565d97de55fce900e90346b59..aad09502d3f86c2b4dd2f553f755a0ad3adf666c 100644 (file)
@@ -44,7 +44,7 @@
 #include "rrd_tool.h"
 #include "rrd_rpncalc.h"
 
-#ifndef NETWARE
+#if !(defined(NETWARE) || defined(WIN32))
 extern char *tzname[2];
 #endif