mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[HLINK_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
7e88971d05
commit
3d690cee5a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue