From 06ccd81758f6e200c0d753fa79fdc03d0643f7d0 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 17 Nov 2016 23:07:24 +0000 Subject: [PATCH] [SHLWAPI_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409 svn path=/trunk/; revision=73291 --- rostests/winetests/shlwapi/ordinal.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rostests/winetests/shlwapi/ordinal.c b/rostests/winetests/shlwapi/ordinal.c index b7e6f60115e..c26a716af0b 100755 --- a/rostests/winetests/shlwapi/ordinal.c +++ b/rostests/winetests/shlwapi/ordinal.c @@ -3243,10 +3243,8 @@ static void test_IUnknown_GetClassID(void) CLSID clsid, clsid2, clsid3; HRESULT hr; -if (0) /* crashes on native systems */ -{ - hr = pIUnknown_GetClassID(NULL, NULL); -} + if (0) /* crashes on native systems */ + hr = pIUnknown_GetClassID(NULL, NULL); memset(&clsid, 0xcc, sizeof(clsid)); memset(&clsid3, 0xcc, sizeof(clsid3)); -- 2.17.1