mirror of https://github.com/acidanthera/audk.git
Fix some Linux's build issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2138 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
72b695f33b
commit
a477a165ff
|
@ -179,3 +179,4 @@ typedef INT32 INTN;
|
|||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -26,8 +26,9 @@
|
|||
//
|
||||
// Make sure we are useing the correct packing rules per EFI specification
|
||||
//
|
||||
#ifndef __GNUC__
|
||||
#pragma pack()
|
||||
|
||||
#endif
|
||||
|
||||
#if _MSC_EXTENSIONS
|
||||
|
||||
|
|
Loading…
Reference in New Issue