=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winmm: Fix midiOutSetVolume spec file entry.

Alexandre Julliard julliard at winehq.org
Wed Jan 25 13:18:50 CST 2017


Module: wine
Branch: master
Commit: 3c9d68e493537204e54248deb0ca849c2c90f01b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3c9d68e493537204e54248deb0ca849c2c90f01b

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Jan 20 21:11:52 2017 +0100

winmm: Fix midiOutSetVolume spec file entry.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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..3d5272c 100644
--- a/dlls/winmm/winmm.spec
+++ b/dlls/winmm/winmm.spec
@@ -88,7 +88,7 @@
 @ stdcall midiOutOpen(ptr long long long long)
 @ stdcall midiOutPrepareHeader(long ptr long)
 @ stdcall midiOutReset(long)
-@ stdcall midiOutSetVolume(long ptr)
+@ stdcall midiOutSetVolume(long long)
 @ stdcall midiOutShortMsg(long long)
 @ stdcall midiOutUnprepareHeader(long ptr long)
 @ stdcall midiStreamClose(long)




More information about the wine-cvs mailing list