View | Details | Raw Unified | Return to issue 22404
Collapse All | Expand All

(-)source/glyphs/gcach_ftyp.cxx (+8 lines)
Lines 117-122 Link Here
117
#include <settings.hxx>
117
#include <settings.hxx>
118
#include <tools/lang.hxx>
118
#include <tools/lang.hxx>
119
119
120
#if defined( FT_NEXT_SHORT ) && !defined( NEXT_Short )
121
// Account for differing versions of freetype...
122
#define NEXT_Short( x )  FT_NEXT_SHORT( x )
123
#define NEXT_UShort( x ) FT_NEXT_USHORT( x )
124
#define NEXT_Long( x )   FT_NEXT_LONG( x )
125
#define NEXT_ULong( x )  FT_NEXT_ULONG( x )
126
#endif
127
120
// -----------------------------------------------------------------------
128
// -----------------------------------------------------------------------
121
129
122
static FT_Library aLibFT = 0;
130
static FT_Library aLibFT = 0;

Return to issue 22404