Michael Stefaniuc : hlink/tests: Use wine_dbgstr_guid() to print a REFIID.

Alexandre Julliard julliard at winehq.org
Wed Jul 20 10:28:52 CDT 2016


Module: wine
Branch: master
Commit: fdb1f48a22ba94ff73b088918269164714cd37ff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fdb1f48a22ba94ff73b088918269164714cd37ff

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Jul 20 10:30:06 2016 +0200

hlink/tests: Use wine_dbgstr_guid() to print a REFIID.

Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/hlink/tests/hlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/hlink/tests/hlink.c b/dlls/hlink/tests/hlink.c
index a913fb1..8a01f19 100644
--- a/dlls/hlink/tests/hlink.c
+++ b/dlls/hlink/tests/hlink.c
@@ -1731,7 +1731,7 @@ static const WCHAR ref_monikerW[] = {'R','E','F','_','M','O','N','I','K','E','R'
 static HRESULT WINAPI hls_test_Moniker_BindToStorage(IMoniker *iface,
         IBindCtx *pbc, IMoniker *toLeft, REFIID riid, void **obj)
 {
-    ok(0, "BTS: %p %p %p %p %p\n", iface, pbc, toLeft, riid, obj);
+    ok(0, "BTS: %p %p %p %s %p\n", iface, pbc, toLeft, wine_dbgstr_guid(riid), obj);
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list