mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[GDIPLUS_WINETEST] Addendum to r58377. gdiplus:image doesn't crash anymore. CORE-6969
svn path=/trunk/; revision=67212
This commit is contained in:
parent
5e36ff31c0
commit
0f61b39797
1 changed files with 0 additions and 1 deletions
|
@ -1504,7 +1504,6 @@ static void test_createfromwmf(void)
|
|||
stat = GdipCreateMetafileFromWmf(hwmf, TRUE,
|
||||
(WmfPlaceableFileHeader*)wmfimage, (GpMetafile**)&img);
|
||||
expect(Ok, stat);
|
||||
if (stat != Ok) return; // ReactOS
|
||||
|
||||
stat = GdipGetImageBounds(img, &bounds, &unit);
|
||||
expect(Ok, stat);
|
||||
|
|
Loading…
Reference in a new issue