summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ddk/mountdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/mountdev.h')
-rw-r--r--winsup/w32api/include/ddk/mountdev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/mountdev.h b/winsup/w32api/include/ddk/mountdev.h
index d22d9be7e..1bfed03f3 100644
--- a/winsup/w32api/include/ddk/mountdev.h
+++ b/winsup/w32api/include/ddk/mountdev.h
@@ -31,12 +31,9 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
#include "ntddk.h"
#include "mountmgr.h"
-
#define IOCTL_MOUNTDEV_QUERY_DEVICE_NAME \
CTL_CODE(MOUNTDEVCONTROLTYPE, 2, METHOD_BUFFERED, FILE_ANY_ACCESS)
@@ -75,8 +72,6 @@ typedef struct _MOUNTDEV_UNIQUE_ID_CHANGE_NOTIFY_OUTPUT {
USHORT NewUniqueIdLength;
} MOUNTDEV_UNIQUE_ID_CHANGE_NOTIFY_OUTPUT;
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif