Commit 96d6966b authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

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

parent 77ad4ceb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment