freetype2/builds/amiga/include/freetype/config/ftconfig.h

12 lines
394 B
C
Raw Normal View History

2001-09-20 13:58:51 +02:00
// TetiSoft: We must change FT_BASE_DEF and FT_EXPORT_DEF
//#define FT_BASE_DEF( x ) extern x // SAS/C wouldn't generate an XDEF
//#define FT_EXPORT_DEF( x ) extern x // SAS/C wouldn't generate an XDEF
#undef FT_BASE_DEF
#define FT_BASE_DEF( x ) x
#undef FT_EXPORT_DEF
#define FT_EXPORT_DEF( x ) x
// TetiSoft: now include original file
#include "FT:include/freetype/config/ftconfig.h"