mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[HLINK_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
@@ -891,7 +891,7 @@ static HRESULT WINAPI HlinkBrowseContext_GetObject(IHlinkBrowseContext *iface,
|
||||
ok(fBindIfRootRegistered == 1, "fBindIfRootRegistered = %x\n", fBindIfRootRegistered);
|
||||
|
||||
*ppiunk = HBC_object;
|
||||
return HBC_object ? S_OK : S_FALSE;
|
||||
return HBC_object ? S_OK : 0xdeadbeef;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI HlinkBrowseContext_Revoke(IHlinkBrowseContext *iface, DWORD dwRegister)
|
||||
|
||||
Reference in New Issue
Block a user