Commit 99784370 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

xaudio2: Fix return value for RegisterForCallbacks.

parent f46868fe
......@@ -1297,7 +1297,7 @@ static HRESULT WINAPI IXAudio2Impl_RegisterForCallbacks(IXAudio2 *iface,
LeaveCriticalSection(&This->lock);
return E_NOTIMPL;
return S_OK;
}
static void WINAPI IXAudio2Impl_UnregisterForCallbacks(IXAudio2 *iface,
......
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