Module: wine Branch: master Commit: 3e993bf1d8a4fa4f4929e6bb3b0df68529fbcacc URL: http://source.winehq.org/git/wine.git/?a=commit;h=3e993bf1d8a4fa4f4929e6bb3b...
Author: Stefan Dösinger stefan@codeweavers.com Date: Wed Jul 30 20:45:20 2014 +0000
user32: Make GetRegisteredRawInputDevices hotpatchable.
---
dlls/user32/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/input.c b/dlls/user32/input.c index 457e67c..ec81e60 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -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);