summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ddk/ntddpar.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/ntddpar.h')
-rw-r--r--winsup/w32api/include/ddk/ntddpar.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/ntddpar.h b/winsup/w32api/include/ddk/ntddpar.h
index 2f88c39c4..1b423650c 100644
--- a/winsup/w32api/include/ddk/ntddpar.h
+++ b/winsup/w32api/include/ddk/ntddpar.h
@@ -31,11 +31,8 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
#include "ntddk.h"
-
/* Parallel port device GUIDs */
DEFINE_GUID (GUID_DEVINTERFACE_PARALLEL,
@@ -115,8 +112,6 @@ typedef struct _PARCLASS_NEGOTIATION_MASK {
#define ECP_SW 0x0400
#define ECP_ANY 0x0780
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif