Module: wine Branch: master Commit: 6b505e14255ce24369bc1265563b6c365dc3a3aa URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b505e14255ce24369bc126556...
Author: Detlef Riekenberg wine.dev@web.de Date: Thu Feb 26 00:20:00 2009 +0100
shdocvw/tests: Dump the guid for additional interfaces.
---
dlls/shdocvw/tests/webbrowser.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c index 2f1c7d7..c6c204a 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; }