[SHLWAPI_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409

svn path=/trunk/; revision=73291
This commit is contained in:
Amine Khaldi 2016-11-17 23:07:24 +00:00
parent 7c6c0e06c6
commit 06ccd81758

View file

@ -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));