Test whether the ft_encoding's are defined, not the FT_ENCODING's.

This commit is contained in:
Rein Klazes 2004-10-18 19:38:30 +00:00 committed by Alexandre Julliard
parent 77ad4cebbc
commit 96d6966baa
1 changed files with 4 additions and 4 deletions

View File

@ -139,16 +139,16 @@ MAKE_FUNCPTR(FcPatternGet);
#undef MAKE_FUNCPTR
#ifndef FT_ENCODING_NONE
#ifndef ft_encoding_none
#define FT_ENCODING_NONE ft_encoding_none
#endif
#ifndef FT_ENCODING_MS_SYMBOL
#ifndef ft_encoding_ms_symbol
#define FT_ENCODING_MS_SYMBOL ft_encoding_symbol
#endif
#ifndef FT_ENCODING_UNICODE
#ifndef ft_encoding_unicode
#define FT_ENCODING_UNICODE ft_encoding_unicode
#endif
#ifndef FT_ENCODING_APPLE_ROMAN
#ifndef ft_encoding_apple_roman
#define FT_ENCODING_APPLE_ROMAN ft_encoding_apple_roman
#endif