user32: Make GetRegisteredRawInputDevices hotpatchable.

This commit is contained in:
Stefan Dösinger 2014-07-30 20:45:20 +00:00 committed by Alexandre Julliard
parent d429e602af
commit 3e993bf1d8
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ UINT WINAPI GetRawInputDeviceInfoW(HANDLE device, UINT command, void *data, UINT
/******************************************************************
* GetRegisteredRawInputDevices (USER32.@)
*/
UINT WINAPI GetRegisteredRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, PUINT puiNumDevices, UINT cbSize)
UINT WINAPI DECLSPEC_HOTPATCH GetRegisteredRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, PUINT puiNumDevices, UINT cbSize)
{
FIXME("(pRawInputDevices=%p, puiNumDevices=%p, cbSize=%d) stub!\n", pRawInputDevices, puiNumDevices, cbSize);