dmime: Use debugstr_guid() to trace a REFIID.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
253bffafba
commit
07cee87e8f
|
@ -1198,7 +1198,7 @@ HRESULT WINAPI create_dmperformance(REFIID lpcGUID, void **ppobj)
|
||||||
{
|
{
|
||||||
IDirectMusicPerformance8Impl *obj;
|
IDirectMusicPerformance8Impl *obj;
|
||||||
|
|
||||||
TRACE("(%p,%p)\n", lpcGUID, ppobj);
|
TRACE("(%s, %p)\n", debugstr_guid(lpcGUID), ppobj);
|
||||||
|
|
||||||
obj = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IDirectMusicPerformance8Impl));
|
obj = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IDirectMusicPerformance8Impl));
|
||||||
if (NULL == obj) {
|
if (NULL == obj) {
|
||||||
|
|
Loading…
Reference in New Issue