Re: user: add GetRawInputDeviceList stub (try 2)
17 Oct
2006
17 Oct
'06
10:40 a.m.
Thanks for sending the patch! L. Rahyen wrote:
+UINT WINAPI GetRawInputDeviceList(PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT puiNumDevices, UINT cbSize) +{ + pRawInputDeviceList = NULL;
That doesn't do what you think it does. You probably want: memset( pRawInputDeviceList, 0, sizeof *pRawInputDeviceList );
--- include/winuser.h 2006-10-16 02:17:42.000000000 +0000 +++ include/winuser.h 2006-10-16 03:20:50.000000000 +0000
Please send the header change in a separate patch. Mike
7086
Age (days ago)
7086
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack