X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_daemon.c;h=495a313d28e4cfd240bd5408c4c7cbf8293e5100;hp=273714418ce0a2828e558f4291e6173c65dfca23;hb=ed3ee7c81e23fcd41693bc372470945576ae54d1;hpb=674b898cd02172d48c8aca6e8bfdb4e8c3e43e8f diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index 2737144..495a313 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -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