mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
user32: Make GetRegisteredRawInputDevices hotpatchable.
Steam tries to hook this function and crashes without DECLSPEC_HOTPATCH. See http://bugs.winehq.org/show_bug.cgi?id=35361#c48 patch by Stefan Dösinger stefan@codeweavers.com svn path=/trunk/; revision=63796
This commit is contained in:
parent
8ff6c2d1c6
commit
45e950d75c
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ GetRawInputDeviceList(
|
|||
*/
|
||||
UINT
|
||||
WINAPI
|
||||
DECLSPEC_HOTPATCH
|
||||
GetRegisteredRawInputDevices(
|
||||
PRAWINPUTDEVICE pRawInputDevices,
|
||||
PUINT puiNumDevices,
|
||||
|
|
Loading…
Reference in a new issue