[PATCH] shdocvw/tests: dump the guid for additional interfaces

Detlef Riekenberg wine.dev at web.de
Wed Feb 25 17:20:00 CST 2009


---
 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;
 }
 
-- 
1.5.4.3


--=-BzlK00Db5ZmkmYRO2OLA--




More information about the wine-patches mailing list