Code

merged updated win32 port by Larry Adams and the cacti team
[rrdtool.git] / src / rrd_tool.c
index d46d1959901f04c0e21affeddae2d68543b5d073..0772b889d2439759db1c247c97e3911c048bf7f3 100644 (file)
@@ -4,7 +4,7 @@
  * rrd_tool.c  Startup wrapper
  *****************************************************************************/
 
-#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H)
+#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H)
 #include "../win32/config.h"
 #include <stdlib.h>
 #include <sys/stat.h>