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:
parent
dd8d5f3820
commit
8788061b10
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue