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:
Christoph von Wittich 2014-08-03 05:38:37 +00:00
parent 8ff6c2d1c6
commit 45e950d75c

View file

@ -346,6 +346,7 @@ GetRawInputDeviceList(
*/
UINT
WINAPI
DECLSPEC_HOTPATCH
GetRegisteredRawInputDevices(
PRAWINPUTDEVICE pRawInputDevices,
PUINT puiNumDevices,