Clean ECP for build failure.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6760 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2008-11-27 07:58:15 +00:00
parent 286f1bd2a9
commit 88b6bcec9d
14 changed files with 36 additions and 28 deletions

View File

@ -57,7 +57,7 @@ Abstract:
//
// Set structure alignment to 1-byte
//
#pragma pack (push, 1)
#pragma pack (1)
typedef UINT32 TCG_EVENTTYPE;
@ -139,6 +139,6 @@ typedef struct tdEFI_VARIABLE_DATA {
//
// Restore original structure alignment
//
#pragma pack (pop)
#pragma pack ()
#endif // _EFI_TPM_H_