Module: wine Branch: master Commit: 4185cc7a94cd74ce2b76ea57601dc32305c944b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4185cc7a94cd74ce2b76ea5760...
Author: Andrew Eikum aeikum@codeweavers.com Date: Wed Oct 7 11:19:35 2015 -0500
xaudio2_0: Add compatibility implementation and forward to xaudio2_7.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 + configure.ac | 1 + dlls/xaudio2_0/Makefile.in | 7 + dlls/xaudio2_0/xaudio2_0.spec | 4 + dlls/xaudio2_0/xaudio_classes.idl | 42 ++ dlls/xaudio2_0/xaudio_dll.c | 52 +++ dlls/xaudio2_7/compat.c | 859 ++++++++++++++++++++++++++++++++++++++ dlls/xaudio2_7/xaudio_dll.c | 263 +++++++----- dlls/xaudio2_7/xaudio_private.h | 11 + include/xapo.idl | 16 + include/xaudio2.idl | 243 +++++++++++ include/xaudio2fx.idl | 14 + 12 files changed, 1413 insertions(+), 101 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4185cc7a94cd74ce2b76ea...