dwrite/tests: Enable glyph class tests on Wine.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5c9129723c
commit
d7d276c34b
|
@ -1748,9 +1748,6 @@ if (0) {
|
|||
IDWriteFontFace_Release(fontface);
|
||||
|
||||
/* Test setting glyph properties from GDEF. */
|
||||
if (strcmp(winetest_platform, "wine"))
|
||||
{
|
||||
|
||||
hr = IDWriteFactory_GetSystemFontCollection(factory, &syscoll, FALSE);
|
||||
ok(hr == S_OK, "Failed to get system collection, hr %#x.\n", hr);
|
||||
|
||||
|
@ -1794,7 +1791,6 @@ if (strcmp(winetest_platform, "wine"))
|
|||
}
|
||||
|
||||
IDWriteFontCollection_Release(syscoll);
|
||||
}
|
||||
|
||||
IDWriteTextAnalyzer_Release(analyzer);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue