mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 02:35:22 +00:00
Even more integration fixes.
Review URL: http://codereview.chromium.org/2849021
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
|
||||
#include "sysincludes.h"
|
||||
|
||||
PACK_START /* Support packing for MSVC */
|
||||
#ifdef _MSC_VER
|
||||
#pragma pack(push,1) /* Support packing for MSVC. */
|
||||
#endif
|
||||
|
||||
#define GPT_HEADER_SIGNATURE "EFI PART"
|
||||
#define GPT_HEADER_SIGNATURE_SIZE sizeof(GPT_HEADER_SIGNATURE)
|
||||
@@ -115,6 +117,8 @@ typedef struct {
|
||||
|
||||
#define GPTENTRY_EXPECTED_SIZE 128
|
||||
|
||||
PACK_STOP /* Support packing for MSVC */
|
||||
#ifdef _MSC_VER
|
||||
#pragma pack(pop) /* Support packing for MSVC. */
|
||||
#endif
|
||||
|
||||
#endif /* VBOOT_REFERENCE_CGPTLIB_GPT_H_ */
|
||||
|
||||
Reference in New Issue
Block a user