Andrew Eikum : xaudio2_2: Add compatibility implementation and forward to xaudio2_7.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 6 09:43:58 CDT 2015


Module: wine
Branch: master
Commit: 831095ed9335bd75f29ff3d2ab1233ead6935b92
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=831095ed9335bd75f29ff3d2ab1233ead6935b92

Author: Andrew Eikum <aeikum at 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 at 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=831095ed9335bd75f29ff3d2ab1233ead6935b92



More information about the wine-cvs mailing list