Skip to content
Snippets Groups Projects
Commit 6b505e14 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard
Browse files

shdocvw/tests: Dump the guid for additional interfaces.

parent 785863ef
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment