Index: source/glyphs/gcach_ftyp.cxx =================================================================== RCS file: /cvs/gsl/vcl/source/glyphs/gcach_ftyp.cxx,v retrieving revision 1.98 retrieving revision 1.98.10.2 diff -u -r1.98 -r1.98.10.2 --- source/glyphs/gcach_ftyp.cxx 16 Jul 2003 17:46:21 -0000 1.98 +++ source/glyphs/gcach_ftyp.cxx 13 Nov 2003 04:07:34 -0000 1.98.10.2 @@ -117,6 +117,14 @@ #include #include +#if defined( FT_NEXT_SHORT ) && !defined( NEXT_Short ) +// Account for differing versions of freetype... +#define NEXT_Short( x ) FT_NEXT_SHORT( x ) +#define NEXT_UShort( x ) FT_NEXT_USHORT( x ) +#define NEXT_Long( x ) FT_NEXT_LONG( x ) +#define NEXT_ULong( x ) FT_NEXT_ULONG( x ) +#endif + // ----------------------------------------------------------------------- static FT_Library aLibFT = 0;