diff options
author | marha <marha@users.sourceforge.net> | 2010-08-06 12:04:09 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-06 12:04:09 +0000 |
commit | bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6 (patch) | |
tree | 71f19ba0cb2c3295056286415740bd9eb2c655c9 /freetype/src | |
parent | 20ff8ddf2d9bb41050d10bbc75d61b9161880c7c (diff) | |
download | vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.gz vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.tar.bz2 vcxsrv-bd3f028ee17494c5ff2c92ff0a2eaa6220da61a6.zip |
Solved freetype compilation problems
Diffstat (limited to 'freetype/src')
-rw-r--r-- | freetype/src/cff/cfftypes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/freetype/src/cff/cfftypes.h b/freetype/src/cff/cfftypes.h index 9725c542a..4dc78a51e 100644 --- a/freetype/src/cff/cfftypes.h +++ b/freetype/src/cff/cfftypes.h @@ -24,9 +24,9 @@ #include <ft2build.h> #include <freetype/freetype.h> #include <freetype/t1tables.h> -#include FT_INTERNAL_SERVICE_H -#include FT_SERVICE_POSTSCRIPT_CMAPS_H -#include FT_INTERNAL_POSTSCRIPT_HINTS_H +#include <freetype/internal/ftserv.h> +#include <freetype/internal/services/svpscmap.h> +#include <freetype/internal/pshints.h> FT_BEGIN_HEADER |