mirror of
https://github.com/reactos/wine.git
synced 2025-02-04 02:56:31 +00:00
dmband: Add missing TRACE to QI.
This commit is contained in:
parent
9c5336ee80
commit
18d72bd8ca
@ -45,6 +45,8 @@ static HRESULT WINAPI IDirectMusicTrack8Impl_QueryInterface(IDirectMusicTrack8 *
|
||||
{
|
||||
IDirectMusicBandTrack *This = impl_from_IDirectMusicTrack8(iface);
|
||||
|
||||
TRACE("(%p, %s, %p)\n", This, debugstr_dmguid(riid), ret_iface);
|
||||
|
||||
*ret_iface = NULL;
|
||||
|
||||
if (IsEqualIID(riid, &IID_IUnknown) || IsEqualIID(riid, &IID_IDirectMusicTrack) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user