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
|
@ -920,8 +920,8 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_InitAudio(IDirectMusicPerform
|
||||||
if (ppDirectSound)
|
if (ppDirectSound)
|
||||||
*ppDirectSound = dsound;
|
*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. */
|
/* 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) {
|
if (NULL == ppDirectSound) {
|
||||||
|
|
Loading…
Reference in New Issue