Aric Stewart aric@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.