PATCH: better freetype enc fix

Rein Klazes rklazes at xs4all.nl
Sun Oct 26 05:28:34 CST 2003


On Sun, 26 Oct 2003 12:00:51 +0100, you wrote:

> hmm, and:
> #define  ft_encoding_symbol          FT_ENCODING_MS_SYMBOL
> 
> Well, what about this patch instead:

[patch]

Yes, I like this one better, but the ft_encoding macros are deprecated.
What about doing:

#ifndef FT_ENCODING_MS_SYMBOL
#define FT_ENCODING_MS_SYMBOL ft_encoding_symbol
#endif

etc.

Will work now and will still work when backward compatibility is
dropped.


Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-devel mailing list