Module: wine Branch: master Commit: 4ad4c61100c06cbd9eb6587c543ceac94b932621 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4ad4c61100c06cbd9eb6587c54...
Author: Andrew Eikum aeikum@codeweavers.com Date: Mon Jan 11 13:52:02 2016 -0600
xaudio2: Explicitly version the 2.7 coclasses.
In versions 2.8 and later, no coclasses are provided by the API, so we should version the old ones to make it clear they're out of date.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/xaudio2_7/tests/xaudio2.c | 10 +++++----- dlls/xaudio2_7/xapofx.c | 4 ++-- dlls/xaudio2_7/xaudio_classes.idl | 2 +- dlls/xaudio2_7/xaudio_dll.c | 40 +++++++++++++++++++-------------------- dlls/xaudio2_8/xaudio_dll.c | 6 +++--- include/xapofx.h | 8 ++++---- include/xaudio2.idl | 14 +++++++------- include/xaudio2fx.idl | 18 +++++++++--------- 8 files changed, 51 insertions(+), 51 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4ad4c61100c06cbd9eb658...