Commit 8bd65c14 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

mmdevapi: Silence a fixme when it's harmless.

parent 61d78d46
......@@ -1107,6 +1107,7 @@ static HRESULT WINAPI ACR_ReleaseBuffer(IAudioRenderClient *iface, UINT32 writte
return E_INVALIDARG;
if (!written) {
if (This->parent->locked)
FIXME("Handled right?\n");
This->parent->locked = 0;
return S_OK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment