Changed to use cfftypes.h instead of t2types.h. Also, we now use

cfferrs.h instead of t2errors.h.
This commit is contained in:
Tom Kacvinsky 2001-01-03 00:29:35 +00:00
parent 094db936a2
commit 2ef3977766
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
#define FT_INTERNAL_TYPE1_ERRORS_H <freetype/internal/t1errors.h>
#define FT_INTERNAL_TYPE1_TYPES_H <freetype/internal/t1types.h>
#define FT_INTERNAL_CFF_ERRORS_H <freetype/internal/t2errors.h>
#define FT_INTERNAL_CFF_TYPES_H <freetype/internal/t2types.h>
#define FT_INTERNAL_CFF_ERRORS_H <freetype/internal/cfferrs.h>
#define FT_INTERNAL_CFF_TYPES_H <freetype/internal/cfftypes.h>
#define FT_INTERNAL_POSTSCRIPT_NAMES_H <freetype/internal/psnames.h>
#define FT_INTERNAL_POSTSCRIPT_AUX_H <freetype/internal/psaux.h>