summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ddk/ntpoapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/ntpoapi.h')
-rw-r--r--winsup/w32api/include/ddk/ntpoapi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/ntpoapi.h b/winsup/w32api/include/ddk/ntpoapi.h
index d33de7140..9c854bf23 100644
--- a/winsup/w32api/include/ddk/ntpoapi.h
+++ b/winsup/w32api/include/ddk/ntpoapi.h
@@ -31,8 +31,6 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
#include "ntddk.h"
#include "batclass.h"
@@ -224,9 +222,6 @@ typedef struct _PROCESSOR_POWER_INFORMATION {
ULONG CurrentIdleState;
} PROCESSOR_POWER_INFORMATION, *PPROCESSOR_POWER_INFORMATION;
-
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif