]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Mbr.h
Revert all the #pramga(1) related patches to r6434, we need to review all the updates...
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Mbr.h
index 39120c7a210ff6fa4b0c2007461fd0db05ed7523..8dd9d59f267beac180816861d1f80350002180f1 100644 (file)
@@ -27,9 +27,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #define MBR_SIZE                    512\r
 \r
-///\r
-/// MBR Partition Entry\r
-///\r
+#pragma pack(1)\r
+//\r
+// MBR Partition Entry\r
+//\r
 typedef struct {\r
   UINT8 BootIndicator;\r
   UINT8 StartHead;\r
@@ -54,4 +55,6 @@ typedef struct {
   UINT16                Signature;\r
 } MASTER_BOOT_RECORD;\r
 \r
+#pragma pack()\r
+\r
 #endif\r