Module: wine Branch: master Commit: f1ced14eed40365de0d393467f53b7b576a69824 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f1ced14eed40365de0d393467f...
Author: Rob Shearman rob@codeweavers.com Date: Wed Mar 14 15:53:33 2007 +0000
ole32: Print the contents of the IID input to OleLoad.
---
dlls/ole32/ole2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index 8c49621..924c6cd 100644 --- a/dlls/ole32/ole2.c +++ b/dlls/ole32/ole2.c @@ -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;