From 8788061b10a5b52077a800b341164cb3931df55e Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Wed, 31 Aug 2016 22:52:13 +0200 Subject: [PATCH] dmime: Avoid using the COM method implementations directly. Signed-off-by: Michael Stefaniuc Signed-off-by: Alexandre Julliard --- dlls/dmime/performance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/dmime/performance.c b/dlls/dmime/performance.c index d1befcf8082..7e115bffe81 100644 --- a/dlls/dmime/performance.c +++ b/dlls/dmime/performance.c @@ -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) {