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:
klu2 2006-12-26 02:48:15 +00:00
parent 72b695f33b
commit a477a165ff
2 changed files with 3 additions and 1 deletions

View File

@ -179,3 +179,4 @@ typedef INT32 INTN;
#endif
#endif

View File

@ -26,8 +26,9 @@
//
// Make sure we are useing the correct packing rules per EFI specification
//
#ifndef __GNUC__
#pragma pack()
#endif
#if _MSC_EXTENSIONS