Module: wine
Branch: stable
Commit: 0056371153a8afe2698f6d23c0add37a74b15053
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0056371153a8afe2698f6d23c…
Author: Andrew Eikum <aeikum(a)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(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
(cherry picked from commit 4ad4c61100c06cbd9eb6587c543ceac94b932621)
Signed-off-by: Michael Stefaniuc <mstefani(a)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=0056371153a8afe2698f6…