oleaut32: Print an IID in the trace, not just a pointer to it.

This commit is contained in:
Mike McCormack 2006-08-14 14:07:14 +09:00 committed by Alexandre Julliard
parent bcb3e28e2b
commit cbfc35602e
1 changed files with 1 additions and 1 deletions

View File

@ -2228,7 +2228,7 @@ HRESULT WINAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid,
OLEPictureImpl* newPict = NULL;
HRESULT hr = S_OK;
TRACE("(%p,%p,%d,%p)\n", lpPictDesc, riid, fOwn, ppvObj);
TRACE("(%p,%s,%d,%p)\n", lpPictDesc, debugstr_guid(riid), fOwn, ppvObj);
/*
* Sanity check