merged updated win32 port by Larry Adams and the cacti team
[rrdtool.git] / src / rrd_daemon.c
index 2737144..495a313 100644 (file)
@@ -63,7 +63,7 @@
  * Now for some includes..
  */
 /* {{{ */
-#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"
 #else
 #ifdef HAVE_CONFIG_H