dmime: Avoid using the COM method implementations directly.

Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2016-08-31 22:52:13 +02:00 committed by Alexandre Julliard
parent dd8d5f3820
commit 8788061b10
1 changed files with 2 additions and 2 deletions

View File

@ -921,7 +921,7 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_InitAudio(IDirectMusicPerform
*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) {