Re: [2/13]hidclass.sys: Add Plug-and-play and AddDevice
2 Sep
2015
2 Sep
'15
9:31 a.m.
Aric Stewart <aric(a)codeweavers.com> writes:
@@ -57,9 +57,18 @@ typedef struct _minidriver HID_MINIDRIVER_REGISTRATION minidriver;
PDRIVER_UNLOAD DriverUnload; + + void *AddDevice;
Please use the correct callback type and remove the corresponding casts. -- Alexandre Julliard julliard(a)winehq.org
3844
Age (days ago)
3844
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard