Module: wine Branch: master Commit: 831095ed9335bd75f29ff3d2ab1233ead6935b92 URL: http://source.winehq.org/git/wine.git/?a=commit;h=831095ed9335bd75f29ff3d2ab...
Author: Andrew Eikum aeikum@codeweavers.com Date: Mon Oct 5 11:33:03 2015 -0500
xaudio2_2: Add compatibility implementation and forward to xaudio2_7.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com
---
configure | 2 + configure.ac | 1 + dlls/xaudio2_2/Makefile.in | 7 ++ dlls/xaudio2_2/xaudio2_2.spec | 4 + dlls/xaudio2_2/xaudio_classes.idl | 28 +++++ dlls/xaudio2_2/xaudio_dll.c | 52 ++++++++ dlls/xaudio2_7/compat.c | 252 ++++++++++++++++++++++++++++++++++++++ dlls/xaudio2_7/xaudio_classes.idl | 7 ++ dlls/xaudio2_7/xaudio_dll.c | 17 ++- dlls/xaudio2_7/xaudio_private.h | 3 + include/xaudio2.idl | 85 +++++++++++++ 11 files changed, 454 insertions(+), 4 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=831095ed9335bd75f29ff3...