mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
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
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -26,8 +26,9 @@
|
|||||||
//
|
//
|
||||||
// Make sure we are useing the correct packing rules per EFI specification
|
// Make sure we are useing the correct packing rules per EFI specification
|
||||||
//
|
//
|
||||||
|
#ifndef __GNUC__
|
||||||
#pragma pack()
|
#pragma pack()
|
||||||
|
#endif
|
||||||
|
|
||||||
#if _MSC_EXTENSIONS
|
#if _MSC_EXTENSIONS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user