Commit 8788061b authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

dmime: Avoid using the COM method implementations directly.

parent dd8d5f38
......@@ -920,8 +920,8 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_InitAudio(IDirectMusicPerform
if (ppDirectSound)
*ppDirectSound = dsound;
}
IDirectMusicPerformance8Impl_Init(iface, ppDirectMusic, dsound, hWnd);
IDirectMusicPerformance8_Init(iface, ppDirectMusic, dsound, hWnd);
/* Init increases the ref count of the dsound object. Decrement it if the app doesn't want a pointer to the object. */
if (NULL == ppDirectSound) {
......
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