ole32: Silence an incorrect fixme.
The remote unknown object should not implement IExternalConnection. Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1dcf3f8e0a
commit
afbb4afc6c
|
@ -667,6 +667,7 @@ static HRESULT WINAPI RemUnknown_QueryInterface(IRemUnknown *iface, REFIID riid,
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
if (!IsEqualIID(riid, &IID_IExternalConnection))
|
||||
FIXME("No interface for iid %s\n", debugstr_guid(riid));
|
||||
|
||||
*ppv = NULL;
|
||||
|
|
Loading…
Reference in New Issue