X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=11cdbf1edee11058515ff83a05222fa6660022a0;hb=3da4b2ed847b15a7720c8e12bc13b307733f5ae4;hp=1929b4f94f8df426c47d98308ea958cb7af798b5;hpb=0f01ee06e049dd2481fe0be4e873bf6a3ec43ec2;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 1929b4f..11cdbf1 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -1,10 +1,10 @@ /**************************************************************************** - * RRDtool 1.2.5 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.8 Copyright by Tobi Oetiker, 1997-2005 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. ****************************************************************************/ -#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) +#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) #include "../confignt/config.h" #else #include "config.h"