mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
shdocvw/tests: Dump the guid for additional interfaces.
This commit is contained in:
parent
785863ef8a
commit
6b505e1425
@ -1290,6 +1290,9 @@ static HRESULT QueryInterface(REFIID riid, void **ppv)
|
||||
if(*ppv)
|
||||
return S_OK;
|
||||
|
||||
/* are there more interfaces, that a host can support? */
|
||||
trace("%s: interface not supported\n", debugstr_guid(riid));
|
||||
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user