wine-wine/dlls/hidclass.sys
Andrew Eikum b466419c32 hid: Move preparsed data definition to global header.
PHIDP_PREPARSED_DATA is supposed to be an opaque pointer, but the size
is accessible through user32.GetRawInputDeviceInfo(RIDI_PREPARSEDDATA),
so we will need to know the struct layout in user32, too.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-04 22:43:01 +01:00
..
Makefile.in hidclass.sys: Build with msvcrt. 2019-06-05 08:36:39 +02:00
buffer.c hidclass.sys: Build with msvcrt. 2019-06-05 08:36:39 +02:00
descriptor.c hidclass.sys: A spelling fix in an ERR() message. 2019-08-08 17:53:36 +02:00
device.c hidclass.sys: Create a mouse device interface for HID mouse devices. 2019-07-04 21:14:54 +02:00
hid.h hid: Move preparsed data definition to global header. 2019-11-04 22:43:01 +01:00
hidclass.sys.spec
main.c hidclass.sys: Build with msvcrt. 2019-06-05 08:36:39 +02:00
pnp.c hidclass.sys: Fix some memory leaks on error path (Coverity). 2019-09-10 23:20:41 +02:00