Akihiro Sagawa <sagawa.aki(a)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.