From 6b505e14255ce24369bc1265563b6c365dc3a3aa Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Thu, 26 Feb 2009 00:20:00 +0100 Subject: [PATCH] shdocvw/tests: Dump the guid for additional interfaces. --- dlls/shdocvw/tests/webbrowser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c index 2f1c7d717b7..c6c204a9d39 100644 --- a/dlls/shdocvw/tests/webbrowser.c +++ b/dlls/shdocvw/tests/webbrowser.c @@ -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; } -- 2.11.4.GIT