X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_xport.c;h=08e16107bda431ab84da5f51f7416a2d1fa3d597;hb=9386e880a888a8b12db1fb290d4b650399830e98;hp=129dd30ac3e7c6c5d8c1c647ad24c02e13474dcf;hpb=fefb27848de265750174cab10cfb9aba23d10320;p=rrdtool.git diff --git a/src/rrd_xport.c b/src/rrd_xport.c index 129dd30..08e1610 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.4 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.12 Copyright by Tobi Oetiker, 1997-2005 **************************************************************************** * rrd_xport.c export RRD data ****************************************************************************/ @@ -11,7 +11,7 @@ #include "rrd_xport.h" #include "unused.h" -#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) +#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) #include #include #endif