ole32: Print the contents of the IID input to OleLoad.
This commit is contained in:
parent
c3b30e5351
commit
f1ced14eed
|
@ -948,7 +948,7 @@ HRESULT WINAPI OleLoad(
|
|||
STATSTG storageInfo;
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue