[1/7] gdi32: Relax vertical face requirements.

Dmitry Timoshkov dmitry at baikal.ru
Sat Jan 4 05:02:35 CST 2014


Akihiro Sagawa <sagawa.aki at gmail.com> wrote:

> --- a/dlls/gdi32/freetype.c
> +++ b/dlls/gdi32/freetype.c
> @@ -2148,6 +2148,9 @@ static INT AddFontToList(const char *file, void *font_data_ptr, DWORD font_data_
>  #endif /* HAVE_CARBON_CARBON_H */
>  
>      do {
> +        const DWORD DBCS_MASK = 0x3e0000;

dlls/gdi32/font.c,GetFontLanguageInfo() defines DBCS_MASK as 0x3f0000,
I'd guess that one of these places needs to be fixed.

-- 
Dmitry.



More information about the wine-devel mailing list