[PATCH 1/3] mfplat: Improve PROPVARIANT arguments traces.

Nikolay Sivov nsivov at codeweavers.com
Tue Jun 25 06:05:50 CDT 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/mfplat/mfplat_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mfplat/mfplat_private.h b/dlls/mfplat/mfplat_private.h
index 57e4211e40..6418afcb97 100644
--- a/dlls/mfplat/mfplat_private.h
+++ b/dlls/mfplat/mfplat_private.h
@@ -136,7 +136,7 @@ static inline const char *debugstr_propvar(const PROPVARIANT *v)
         case VT_R8:
             return wine_dbg_sprintf("%p {VT_R8: %lf}", v, v->u.dblVal);
         case VT_CLSID:
-            return wine_dbg_sprintf("%p {VT_CLSID: %s}", v, debugstr_guid(v->u.puuid));
+            return wine_dbg_sprintf("%p {VT_CLSID: %s}", v, debugstr_mf_guid(v->u.puuid));
         case VT_LPWSTR:
             return wine_dbg_sprintf("%p {VT_LPWSTR: %s}", v, wine_dbgstr_w(v->u.pwszVal));
         case VT_VECTOR | VT_UI1:
-- 
2.20.1




More information about the wine-devel mailing list