mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 11:25:25 +00:00
winmm: Stub joyConfigChanged.
This commit is contained in:
parent
634dfd65f8
commit
cb32c954ba
@ -120,6 +120,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.@]
|
||||
*/
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user