mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[USP10_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68535
This commit is contained in:
parent
558f064f89
commit
0c3a554a96
1 changed files with 2 additions and 1 deletions
|
@ -759,7 +759,7 @@ static inline void _test_shape_ok(int valid, HDC hdc, LPCWSTR string,
|
||||||
else if (hr != S_OK)
|
else if (hr != S_OK)
|
||||||
winetest_trace("ScriptShapeOpenType failed (%x)\n",hr);
|
winetest_trace("ScriptShapeOpenType failed (%x)\n",hr);
|
||||||
if (FAILED(hr))
|
if (FAILED(hr))
|
||||||
return;
|
goto cleanup;
|
||||||
|
|
||||||
for (x = 0; x < cchString; x++)
|
for (x = 0; x < cchString; x++)
|
||||||
{
|
{
|
||||||
|
@ -811,6 +811,7 @@ static inline void _test_shape_ok(int valid, HDC hdc, LPCWSTR string,
|
||||||
winetest_trace("%i: fZeroWidth incorrect (%i)\n",x,glyphProp[x].sva.fZeroWidth);
|
winetest_trace("%i: fZeroWidth incorrect (%i)\n",x,glyphProp[x].sva.fZeroWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cleanup:
|
||||||
HeapFree(GetProcessHeap(),0,logclust);
|
HeapFree(GetProcessHeap(),0,logclust);
|
||||||
HeapFree(GetProcessHeap(),0,charProp);
|
HeapFree(GetProcessHeap(),0,charProp);
|
||||||
HeapFree(GetProcessHeap(),0,glyphs);
|
HeapFree(GetProcessHeap(),0,glyphs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue