mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[USBPORT]
Oops, brainfart (Fixes 32bit build). svn path=/trunk/; revision=75393
This commit is contained in:
parent
cdf1fc5784
commit
e0280ef3ab
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ typedef struct _USBPORT_MINIPORT_INTERFACE {
|
|||
USBPORT_REGISTRATION_PACKET Packet;
|
||||
} USBPORT_MINIPORT_INTERFACE, *PUSBPORT_MINIPORT_INTERFACE;
|
||||
|
||||
C_ASSERT(sizeof(USBPORT_MINIPORT_INTERFACE) == 332 + 3 * sizeof(PVOID));
|
||||
C_ASSERT(sizeof(USBPORT_MINIPORT_INTERFACE) == 328 + 2 * sizeof(PVOID));
|
||||
|
||||
#define USBPORT_TRANSFER_DIRECTION_OUT 1 // From host to device
|
||||
typedef struct _USBPORT_ENDPOINT_PROPERTIES {
|
||||
|
|
Loading…
Reference in a new issue