hidclass.sys: Fix spelling of a private struct's name.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1f79f36373
commit
742d8f4808
|
@ -39,7 +39,7 @@ typedef NTSTATUS (WINAPI *pAddDevice)(DRIVER_OBJECT *DriverObject, DEVICE_OBJECT
|
|||
/* Ring buffer functions */
|
||||
struct ReportRingBuffer;
|
||||
|
||||
typedef struct _BASE_DEVICE_EXTENSTION {
|
||||
typedef struct _BASE_DEVICE_EXTENSION {
|
||||
HID_DEVICE_EXTENSION deviceExtension;
|
||||
|
||||
HID_COLLECTION_INFORMATION information;
|
||||
|
|
Loading…
Reference in New Issue