dmime: Avoid using the COM method implementations directly.

Michael Stefaniuc mstefani at redhat.de
Wed Aug 31 15:52:13 CDT 2016


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
 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 d1befcf..7e115bf 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) {
-- 
2.7.4



More information about the wine-patches mailing list