[PATCH v2 2/2] gdiplus: In GdipPrivateAddMemoryFont allow loading fonts with long names

Dmitry Timoshkov dmitry at baikal.ru
Sat Nov 18 12:05:19 CST 2017


Fabian Maurer <dark.shadow4 at web.de> wrote:

> @@ -1129,6 +1197,10 @@ START_TEST(font)
>  
>      GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL);
>  
> +    test_long_name();
> +
> +    return;
> +
>      test_font_transform();
>      test_font_substitution();
>      test_font_metrics();

Please remove stray 'return;'.

-- 
Dmitry.



More information about the wine-devel mailing list