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. -- Francois Gouget <[EMAIL PROTECTED]> http://fgouget.free.fr/ May your Tongue stick to the Roof of your Mouth with the Force of a Thousand Caramels.
