user32: Add hotpatch prologue to RegisterRawInputDevices.

re4_tweaks relies on this function being hotpatchable [1].

[1]: 7cfcf5c427/dllmain/input.cpp (L903)
This commit is contained in:
Victor Chiletto 2023-07-14 18:02:31 -03:00 committed by Alexandre Julliard
parent 9de7c79153
commit fb296929f9

View file

@ -612,7 +612,7 @@
@ stub RegisterNetworkCapabilities
@ stdcall RegisterPointerDeviceNotifications(long long)
@ stdcall RegisterPowerSettingNotification(long ptr long)
@ stdcall RegisterRawInputDevices(ptr long long) NtUserRegisterRawInputDevices
@ stdcall -import RegisterRawInputDevices(ptr long long) NtUserRegisterRawInputDevices
@ stdcall RegisterServicesProcess(long)
@ stdcall RegisterShellHookWindow (long)
@ stdcall RegisterSuspendResumeNotification(long long)