mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[DMUSIC] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
@@ -510,7 +510,7 @@ static HRESULT WINAPI synth_dmport_SetDirectSound(IDirectMusicPort *iface, IDire
|
||||
This->parent->dsound = NULL;
|
||||
}
|
||||
if (This->dsbuffer)
|
||||
IDirectSound_Release(This->dsbuffer);
|
||||
IDirectSoundBuffer_Release(This->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)
|
||||
IDirectSound_AddRef(This->dsbuffer);
|
||||
IDirectSoundBuffer_AddRef(This->dsbuffer);
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
@@ -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/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
|
||||
|
||||
Reference in New Issue
Block a user