mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user