xaudio2: Implement IXAudio27::Initialize.

This commit is contained in:
Andrew Eikum 2015-08-20 15:02:52 -05:00 committed by Alexandre Julliard
parent 4c12157c34
commit 7a23b9f0f8
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ static HRESULT WINAPI XA27_Initialize(IXAudio27 *iface, UINT32 flags,
{
IXAudio2Impl *This = impl_from_IXAudio27(iface);
TRACE("(%p)->(0x%x, 0x%x)\n", This, flags, processor);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI XA27_RegisterForCallbacks(IXAudio27 *iface,