Commit 5d67651a authored by Samuel Lidén Borell's avatar Samuel Lidén Borell Committed by Alexandre Julliard

dmime: Accept IDirectMusicPerformance2 in QueryInterface.

parent 6e23b4a2
......@@ -170,6 +170,7 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_QueryInterface (LPDIRECTMUSIC
if (IsEqualIID (riid, &IID_IUnknown) ||
IsEqualIID (riid, &IID_IDirectMusicPerformance) ||
IsEqualIID (riid, &IID_IDirectMusicPerformance2) ||
IsEqualIID (riid, &IID_IDirectMusicPerformance8)) {
IUnknown_AddRef(iface);
*ppobj = This;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment