mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SHLWAPI_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73291
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user