[DMUSIC] Sync with Wine Staging 3.9. CORE-14656
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 27 May 2018 02:59:04 +0000 (03:59 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 27 May 2018 02:59:04 +0000 (03:59 +0100)
dll/directx/wine/dmusic/port.c
media/doc/README.WINE

index 5064615..7131756 100644 (file)
@@ -510,7 +510,7 @@ static HRESULT WINAPI synth_dmport_SetDirectSound(IDirectMusicPort *iface, IDire
             This->parent->dsound = NULL;
     }
     if (This->dsbuffer)
             This->parent->dsound = NULL;
     }
     if (This->dsbuffer)
-        IDirectSound_Release(This->dsbuffer);
+        IDirectSoundBuffer_Release(This->dsbuffer);
 
     This->dsound = dsound;
     This->dsbuffer = dsbuffer;
 
     This->dsound = dsound;
     This->dsbuffer = dsbuffer;
@@ -518,7 +518,7 @@ static HRESULT WINAPI synth_dmport_SetDirectSound(IDirectMusicPort *iface, IDire
     if (This->dsound)
         IDirectSound_AddRef(This->dsound);
     if (This->dsbuffer)
     if (This->dsound)
         IDirectSound_AddRef(This->dsound);
     if (This->dsbuffer)
-        IDirectSound_AddRef(This->dsbuffer);
+        IDirectSoundBuffer_AddRef(This->dsbuffer);
 
     return S_OK;
 }
 
     return S_OK;
 }
index ad529a3..521d2b0 100644 (file)
@@ -32,7 +32,7 @@ reactos/dll/directx/wine/ddraw          # Synced to WineStaging-3.9
 reactos/dll/directx/wine/devenum        # Synced to WineStaging-3.9
 reactos/dll/directx/wine/dinput         # Synced to WineStaging-3.9
 reactos/dll/directx/wine/dinput8        # Synced to WineStaging-3.3
 reactos/dll/directx/wine/devenum        # Synced to WineStaging-3.9
 reactos/dll/directx/wine/dinput         # Synced to WineStaging-3.9
 reactos/dll/directx/wine/dinput8        # Synced to WineStaging-3.3
-reactos/dll/directx/wine/dmusic         # Synced to WineStaging-3.3
+reactos/dll/directx/wine/dmusic         # Synced to WineStaging-3.9
 reactos/dll/directx/wine/dplay          # Synced to WineStaging-3.3
 reactos/dll/directx/wine/dplayx         # Synced to WineStaging-3.3
 reactos/dll/directx/wine/dsound         # Synced to Wine-1.3.29
 reactos/dll/directx/wine/dplay          # Synced to WineStaging-3.3
 reactos/dll/directx/wine/dplayx         # Synced to WineStaging-3.3
 reactos/dll/directx/wine/dsound         # Synced to Wine-1.3.29