On Fri, 13 Oct 2006, L. Rahyen wrote: [...]
+UINT WINAPI GetRawInputDeviceList(PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT puiNumDevices, UINT cbSize)
You should also add a prototype for this function in winuser.h. Note that the convention is to not include the parameter names in the Wine header prototypes.