diff options
Diffstat (limited to 'winsup/w32api/include/ddk/ntddser.h')
-rw-r--r-- | winsup/w32api/include/ddk/ntddser.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/ntddser.h b/winsup/w32api/include/ddk/ntddser.h index 1a3fb1c09..cc0bd2a9f 100644 --- a/winsup/w32api/include/ddk/ntddser.h +++ b/winsup/w32api/include/ddk/ntddser.h @@ -31,11 +31,8 @@ extern "C" { #endif -#pragma pack(push,4) - #include "ntddk.h" - /* GUIDs */ DEFINE_GUID(GUID_DEVINTERFACE_COMPORT, @@ -445,8 +442,6 @@ typedef struct _SERIALCONFIG { WCHAR ProviderData[1]; } SERIALCONFIG,*PSERIALCONFIG; -#pragma pack(pop) - #ifdef __cplusplus } #endif |