mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
ole32: Fix return value of DefaultHandler_SetClientSite.
This commit is contained in:
parent
14ef0fed9c
commit
889900f020
@ -365,7 +365,7 @@ static HRESULT WINAPI DefaultHandler_SetClientSite(
|
||||
if (This->clientSite)
|
||||
IOleClientSite_AddRef(This->clientSite);
|
||||
|
||||
return S_OK;
|
||||
return hr;
|
||||
}
|
||||
|
||||
/************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user