From: elee@codeweavers.com Subject: [PATCH 2/2] xaudio2: Fix the export order for CreateAudioReverb/CreateAudioVolumeMeter Message-Id: <20190701175355.20300-2-elee@codeweavers.com> Date: Mon, 1 Jul 2019 13:53:55 -0400 In-Reply-To: <20190701175355.20300-1-elee@codeweavers.com> References: <20190701175355.20300-1-elee@codeweavers.com> From: Ethan Lee Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47437 Signed-off-by: Ethan Lee --- 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