summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ddk/ntddvol.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/ntddvol.h')
-rw-r--r--winsup/w32api/include/ddk/ntddvol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/ddk/ntddvol.h b/winsup/w32api/include/ddk/ntddvol.h
index a5d9064be..bc0932a98 100644
--- a/winsup/w32api/include/ddk/ntddvol.h
+++ b/winsup/w32api/include/ddk/ntddvol.h
@@ -31,11 +31,8 @@
extern "C" {
#endif
-#pragma pack(push,4)
-
#include "ntddk.h"
-
#define IOCTL_VOLUME_BASE ((ULONG) 'V')
#define IOCTL_VOLUME_LOGICAL_TO_PHYSICAL \
@@ -137,8 +134,6 @@ typedef struct _VOLUME_FAILOVER_SET {
ULONG DiskNumbers[1];
} VOLUME_FAILOVER_SET, *PVOLUME_FAILOVER_SET;
-#pragma pack(pop)
-
#ifdef __cplusplus
}
#endif