Commit f1ced14e authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Print the contents of the IID input to OleLoad.

parent c3b30e53
...@@ -948,7 +948,7 @@ HRESULT WINAPI OleLoad( ...@@ -948,7 +948,7 @@ HRESULT WINAPI OleLoad(
STATSTG storageInfo; STATSTG storageInfo;
HRESULT hres; HRESULT hres;
TRACE("(%p,%p,%p,%p)\n", pStg, riid, pClientSite, ppvObj); TRACE("(%p, %s, %p, %p)\n", pStg, debugstr_guid(riid), pClientSite, ppvObj);
*ppvObj = NULL; *ppvObj = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment