mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
quartz: Fix return value of DSoundRender_GetState.
This commit is contained in:
parent
a8acdac780
commit
cb469fec8b
@ -677,7 +677,7 @@ static HRESULT WINAPI DSoundRender_GetState(IBaseFilter * iface, DWORD dwMilliSe
|
||||
}
|
||||
LeaveCriticalSection(&This->csFilter);
|
||||
|
||||
return S_OK;
|
||||
return hr;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI DSoundRender_SetSyncSource(IBaseFilter * iface, IReferenceClock *pClock)
|
||||
|
Loading…
x
Reference in New Issue
Block a user