winmm: Stub joyConfigChanged.

This commit is contained in:
Vitaliy Margolen 2008-12-20 12:25:50 -07:00 committed by Alexandre Julliard
parent 634dfd65f8
commit cb32c954ba
2 changed files with 10 additions and 1 deletions

View File

@ -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.@]
*/

View File

@ -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()