From 45e950d75c1a392236ecab9ef6d5edcf1779c760 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 3 Aug 2014 05:38:37 +0000 Subject: [PATCH] =?UTF-8?q?user32:=20Make=20GetRegisteredRawInputDevices?= =?UTF-8?q?=20hotpatchable.=20Steam=20tries=20to=20hook=20this=20function?= =?UTF-8?q?=20and=20crashes=20without=20DECLSPEC=5FHOTPATCH.=20See=20http:?= =?UTF-8?q?//bugs.winehq.org/show=5Fbug.cgi=3Fid=3D35361#c48=20patch=20by?= =?UTF-8?q?=20Stefan=20D=C3=B6singer=20stefan@codeweavers.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=63796 --- reactos/win32ss/user/user32/misc/stubs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/win32ss/user/user32/misc/stubs.c b/reactos/win32ss/user/user32/misc/stubs.c index f3e4926b32d..0f4617bc330 100644 --- a/reactos/win32ss/user/user32/misc/stubs.c +++ b/reactos/win32ss/user/user32/misc/stubs.c @@ -346,6 +346,7 @@ GetRawInputDeviceList( */ UINT WINAPI +DECLSPEC_HOTPATCH GetRegisteredRawInputDevices( PRAWINPUTDEVICE pRawInputDevices, PUINT puiNumDevices,