[PATCH 2/2] xaudio2: Fix the export order for CreateAudioReverb/CreateAudioVolumeMeter

elee at codeweavers.com elee at codeweavers.com
Mon Jul 1 12:53:55 CDT 2019


From: Ethan Lee <elee at codeweavers.com>

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47437
Signed-off-by: Ethan Lee <elee at codeweavers.com>
---
 dlls/xaudio2_8/xaudio2_8.spec | 2 +-
 dlls/xaudio2_9/xaudio2_9.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/xaudio2_8/xaudio2_8.spec b/dlls/xaudio2_8/xaudio2_8.spec
index 0b9f23866b..50a2090f44 100644
--- a/dlls/xaudio2_8/xaudio2_8.spec
+++ b/dlls/xaudio2_8/xaudio2_8.spec
@@ -1,6 +1,6 @@
 @ stdcall XAudio2Create(ptr long long)
-@ stdcall CreateAudioVolumeMeter(ptr)
 @ stdcall CreateAudioReverb(ptr)
+@ stdcall CreateAudioVolumeMeter(ptr)
 @ cdecl CreateFX(ptr ptr ptr long)
 @ cdecl X3DAudioCalculate(ptr ptr ptr long ptr)
 @ cdecl X3DAudioInitialize(long float ptr)
diff --git a/dlls/xaudio2_9/xaudio2_9.spec b/dlls/xaudio2_9/xaudio2_9.spec
index 0b9f23866b..50a2090f44 100644
--- a/dlls/xaudio2_9/xaudio2_9.spec
+++ b/dlls/xaudio2_9/xaudio2_9.spec
@@ -1,6 +1,6 @@
 @ stdcall XAudio2Create(ptr long long)
-@ stdcall CreateAudioVolumeMeter(ptr)
 @ stdcall CreateAudioReverb(ptr)
+@ stdcall CreateAudioVolumeMeter(ptr)
 @ cdecl CreateFX(ptr ptr ptr long)
 @ cdecl X3DAudioCalculate(ptr ptr ptr long ptr)
 @ cdecl X3DAudioInitialize(long float ptr)
-- 
2.21.0




More information about the wine-devel mailing list