Module: wine Branch: master Commit: 5f15d5b37cbc4ac95b01393337eafe1e88e4d6ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f15d5b37cbc4ac95b01393337...
Author: Andrew Eikum aeikum@codeweavers.com Date: Mon Jan 11 13:52:11 2016 -0600
xaudio2_8: Use shared source.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 3 +- configure.ac | 3 +- dlls/xaudio2_7/Makefile.in | 2 + dlls/xaudio2_7/x3daudio.c | 55 +++++++++++++ dlls/xaudio2_7/xapofx.c | 83 +++++++++++++++++++ dlls/xaudio2_7/xaudio_classes.idl | 16 +--- dlls/xaudio2_7/xaudio_dll.c | 42 ++++++++-- dlls/xaudio2_8/Makefile.in | 10 ++- dlls/xaudio2_8/xaudio_dll.c | 163 -------------------------------------- include/xapofx.h | 4 - 10 files changed, 191 insertions(+), 190 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5f15d5b37cbc4ac95b0139...