Commit 6b505e14 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

shdocvw/tests: Dump the guid for additional interfaces.

parent 785863ef
...@@ -1290,6 +1290,9 @@ static HRESULT QueryInterface(REFIID riid, void **ppv) ...@@ -1290,6 +1290,9 @@ static HRESULT QueryInterface(REFIID riid, void **ppv)
if(*ppv) if(*ppv)
return S_OK; return S_OK;
/* are there more interfaces, that a host can support? */
trace("%s: interface not supported\n", debugstr_guid(riid));
return E_NOINTERFACE; return E_NOINTERFACE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment