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:
Nikolay Sivov 2020-08-13 14:32:16 +03:00 committed by Alexandre Julliard
parent 84458b1927
commit 9d57c5f56c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}