From 0f61b39797b8fbf542f902f13d42a1c4898f54ea Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 16 Apr 2015 10:53:37 +0000 Subject: [PATCH] [GDIPLUS_WINETEST] Addendum to r58377. gdiplus:image doesn't crash anymore. CORE-6969 svn path=/trunk/; revision=67212 --- rostests/winetests/gdiplus/image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rostests/winetests/gdiplus/image.c b/rostests/winetests/gdiplus/image.c index 9aa0b1ef034..0cf2714ed53 100644 --- a/rostests/winetests/gdiplus/image.c +++ b/rostests/winetests/gdiplus/image.c @@ -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);