X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_afm.c;h=01c0dcefeaea5b1bd8325f4655194fcaea6b503c;hb=fff2d8655192db3a32c5f9623832ed3ed1e1f912;hp=1929b4f94f8df426c47d98308ea958cb7af798b5;hpb=0f01ee06e049dd2481fe0be4e873bf6a3ec43ec2;p=rrdtool.git diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 1929b4f..01c0dce 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.6 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"