summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ddk/mountmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/mountmgr.h')
-rw-r--r--winsup/w32api/include/ddk/mountmgr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/mountmgr.h b/winsup/w32api/include/ddk/mountmgr.h
index ec5241c14..6a56db868 100644
--- a/winsup/w32api/include/ddk/mountmgr.h
+++ b/winsup/w32api/include/ddk/mountmgr.h
@@ -31,11 +31,8 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
#include "ntddk.h"
-
DEFINE_GUID(MOUNTDEV_MOUNTED_DEVICE_GUID,
0x53f5630d, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
@@ -135,8 +132,6 @@ typedef struct _MOUNTMGR_VOLUME_MOUNT_POINT {
USHORT TargetVolumeNameLength;
} MOUNTMGR_VOLUME_MOUNT_POINT, *PMOUNTMGR_VOLUME_MOUNT_POINT;
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif