xaudio2: Quiet down some noisy stubs.

This commit is contained in:
Andrew Eikum 2015-09-11 10:55:55 -05:00 committed by Alexandre Julliard
parent 4c8ed8d104
commit 031af2ca9a
1 changed files with 2 additions and 2 deletions

View File

@ -1964,7 +1964,7 @@ static HRESULT WINAPI IXAudio2Impl_CommitChanges(IXAudio2 *iface,
{
IXAudio2Impl *This = impl_from_IXAudio2(iface);
FIXME("(%p)->(0x%x): stub!\n", This, operationSet);
TRACE("(%p)->(0x%x): stub!\n", This, operationSet);
return E_NOTIMPL;
}
@ -1974,7 +1974,7 @@ static void WINAPI IXAudio2Impl_GetPerformanceData(IXAudio2 *iface,
{
IXAudio2Impl *This = impl_from_IXAudio2(iface);
FIXME("(%p)->(%p): stub!\n", This, pPerfData);
TRACE("(%p)->(%p): stub!\n", This, pPerfData);
memset(pPerfData, 0, sizeof(*pPerfData));
}