[PATCH 1/3] gdi32/tests: Make GetStockObject tests pass on East-Asian machines.

Dmitry Timoshkov dmitry at baikal.ru
Sat Jun 16 23:18:54 CDT 2012


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

> -    static const struct test_data
> +    const int font[] =
>      {
> -        int id, weight, height, dpi;
> +        ANSI_FIXED_FONT, ANSI_VAR_FONT, SYSTEM_FONT, DEVICE_DEFAULT_FONT, DEFAULT_GUI_FONT
> +        /* SYSTEM_FIXED_FONT, OEM_FIXED_FONT */
> +    };
> +    const struct test_data
> +    {

Please add back 'static' to test_data and add it to font.

-- 
Dmitry.



More information about the wine-devel mailing list