summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ddk/cfgmgr32.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/cfgmgr32.h')
-rw-r--r--winsup/w32api/include/ddk/cfgmgr32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/include/ddk/cfgmgr32.h b/winsup/w32api/include/ddk/cfgmgr32.h
index a048bb492..5249a22fc 100644
--- a/winsup/w32api/include/ddk/cfgmgr32.h
+++ b/winsup/w32api/include/ddk/cfgmgr32.h
@@ -31,8 +31,6 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
#include "ntddk.h"
#if defined(_CFGMGR32_)
@@ -43,6 +41,8 @@ extern "C" {
#include "cfg.h"
+#include <pshpack1.h>
+
#define CR_SUCCESS 0x00000000
#define CR_DEFAULT 0x00000001
#define CR_OUT_OF_MEMORY 0x00000002
@@ -1524,7 +1524,7 @@ WINAPI
CMP_WaitNoPendingInstallEvents(
IN DWORD dwTimeout);
-#pragma pack(pop)
+#include <poppack.h>
#ifdef __cplusplus
}