Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: firmware/include/bmpblk_header.h

Issue 6462032: Add missing pragma for MSVC. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/include/bmpblk_header.h
diff --git a/firmware/include/bmpblk_header.h b/firmware/include/bmpblk_header.h
index 3aa981ce06b47b487c77367ae38595b177d298a6..6ca67ef5f36dbbeb1a15fabcb575870cac1656fc 100644
--- a/firmware/include/bmpblk_header.h
+++ b/firmware/include/bmpblk_header.h
@@ -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_ */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698