https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3d690cee5adde79f91d9d5324d917ba1c935ea92
commit 3d690cee5adde79f91d9d5324d917ba1c935ea92 Author: Amine Khaldi <[email protected]> AuthorDate: Thu Mar 15 12:21:42 2018 +0100 Commit: Amine Khaldi <[email protected]> CommitDate: Thu Mar 15 12:21:42 2018 +0100 [HLINK_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- modules/rostests/winetests/hlink/hlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/winetests/hlink/hlink.c b/modules/rostests/winetests/hlink/hlink.c index e40807cc8a..3525c4478c 100644 --- a/modules/rostests/winetests/hlink/hlink.c +++ b/modules/rostests/winetests/hlink/hlink.c @@ -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)
