shell32: Silence Destination List QueryInterface() failure message.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
84458b1927
commit
9d57c5f56c
|
@ -1446,7 +1446,7 @@ static HRESULT WINAPI CustomDestinationList_QueryInterface(ICustomDestinationLis
|
|||
*obj = &This->ICustomDestinationList_iface;
|
||||
}
|
||||
else {
|
||||
FIXME("not implemented for %s\n", shdebugstr_guid(riid));
|
||||
WARN("Unsupported interface %s.\n", shdebugstr_guid(riid));
|
||||
*obj = NULL;
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue