[PATCH] winmm: Fix the ordinal number for function PlaySoundA

Bruno Jesus 00cpxxx at gmail.com
Wed Jan 25 11:11:40 CST 2017


Fixes https://bugs.winehq.org/show_bug.cgi?id=42257

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
---
 dlls/winmm/winmm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winmm/winmm.spec b/dlls/winmm/winmm.spec
index a1eaf81..87908b3 100644
--- a/dlls/winmm/winmm.spec
+++ b/dlls/winmm/winmm.spec
@@ -1,5 +1,5 @@
 # ordinal exports
-1 stdcall @(ptr long long) PlaySoundA
+2 stdcall @(ptr long long) PlaySoundA
 3 stub @
 4 stub @
 
-- 
2.9.3




More information about the wine-patches mailing list