Add missing pragma for MSVC.

Change-Id: I37c811c52b8eb01d8e9b3888d55b2b58071711c5

BUG=chrome-os-partner:2022
TEST=none

Review URL: http://codereview.chromium.org/6462032
This commit is contained in:
Bill Richardson
2011-02-09 12:52:53 -08:00
parent fc05bb854f
commit 0ca3830a7b

View File

@@ -120,4 +120,6 @@ typedef enum Compression {
COMPRESS_TBD, /* Only on ARM? */
} Compression;
__pragma(pack(pop)) /* Support packing for MSVC. */
#endif /* VBOOT_REFERENCE_BMPBLK_HEADER_H_ */