mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
mmdevapi: Silence a fixme when it's harmless.
This commit is contained in:
parent
61d78d46c7
commit
8bd65c143f
@ -1107,7 +1107,8 @@ static HRESULT WINAPI ACR_ReleaseBuffer(IAudioRenderClient *iface, UINT32 writte
|
||||
return E_INVALIDARG;
|
||||
|
||||
if (!written) {
|
||||
FIXME("Handled right?\n");
|
||||
if (This->parent->locked)
|
||||
FIXME("Handled right?\n");
|
||||
This->parent->locked = 0;
|
||||
return S_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user