Vitaliy Margolen : winmm: Stub joyConfigChanged.

Alexandre Julliard julliard at winehq.org
Mon Dec 22 10:19:38 CST 2008


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

Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Sat Dec 20 12:25:50 2008 -0700

winmm: Stub joyConfigChanged.

---

 dlls/winmm/joystick.c |    9 +++++++++
 dlls/winmm/winmm.spec |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dlls/winmm/joystick.c b/dlls/winmm/joystick.c
index f3cffdf..d5d620b 100644
--- a/dlls/winmm/joystick.c
+++ b/dlls/winmm/joystick.c
@@ -121,6 +121,15 @@ static	void	CALLBACK	JOY_Timer(HWND hWnd, UINT wMsg, UINT_PTR wTimer, DWORD dwTi
 }
 
 /**************************************************************************
+ *                              joyConfigChanged        [WINMM.@]
+ */
+MMRESULT WINAPI joyConfigChanged(DWORD flags)
+{
+    FIXME("(%x) - stub\n", flags);
+    return JOYERR_NOERROR;
+}
+
+/**************************************************************************
  * 				joyGetNumDevs		[WINMM.@]
  */
 UINT WINAPI joyGetNumDevs(void)
diff --git a/dlls/winmm/winmm.spec b/dlls/winmm/winmm.spec
index b4043c9..870b775 100644
--- a/dlls/winmm/winmm.spec
+++ b/dlls/winmm/winmm.spec
@@ -26,7 +26,7 @@
 @ stdcall auxGetVolume(long ptr)
 @ stdcall auxOutMessage(long long long long)
 @ stdcall auxSetVolume(long long)
-@ stub joyConfigChanged
+@ stdcall joyConfigChanged(long)
 @ stdcall joyGetDevCapsA(long ptr long)
 @ stdcall joyGetDevCapsW(long ptr long)
 @ stdcall joyGetNumDevs()




More information about the wine-cvs mailing list