diff options
Diffstat (limited to 'winsup/w32api/include/ddk/usbiodef.h')
-rw-r--r-- | winsup/w32api/include/ddk/usbiodef.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/usbiodef.h b/winsup/w32api/include/ddk/usbiodef.h index 4a801e393..5faa34431 100644 --- a/winsup/w32api/include/ddk/usbiodef.h +++ b/winsup/w32api/include/ddk/usbiodef.h @@ -31,11 +31,8 @@ extern "C" { #endif -#pragma pack(push,4) - #include "ntddk.h" - DEFINE_GUID(GUID_DEVINTERFACE_USB_HUB, \ 0xf18a0e88, 0xc30c, 0x11d0, 0x88, 0x15, 0x00, 0xa0, 0xc9, 0x06, 0xbe, 0xd8); @@ -102,8 +99,6 @@ DEFINE_GUID(GUID_USB_WMI_STD_NOTIFICATION, METHOD_NEITHER, \ FILE_ANY_ACCESS) -#pragma pack(pop) - #ifdef __cplusplus } #endif |