#pragma pack(?) changed to #include "*pack*.h"
diff --git a/include/winioctl.h b/include/winioctl.h
index d068556..d7a3d71 100644
--- a/include/winioctl.h
+++ b/include/winioctl.h
@@ -239,14 +239,14 @@
/* Important: All MS_DOS data structures must be packed on a one-byte boundary - good old 16 bit. */
-#pragma pack(1)
+#include "pshpack1.h"
typedef struct tagMID {
WORD midInfoLevel;
DWORD midSerialNum;
BYTE midVolLabel[11];
BYTE midFileSysType[8];
} MID, *PMID;
-#pragma pack(4)
+#include "poppack.h"
/* End VWIN32 information */