diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 07:58:15 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-27 07:58:15 +0000 |
commit | 88b6bcec9df37bff0ef2a7ef62b28cf80c39b219 (patch) | |
tree | 0276fcd98e31a622c697daede93924b3249550bf /EdkCompatibilityPkg/Foundation/Protocol | |
parent | 286f1bd2a99c6ceee37864da4e923986c287aa2e (diff) | |
download | edk2-platforms-88b6bcec9df37bff0ef2a7ef62b28cf80c39b219.tar.xz |
Clean ECP for build failure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6760 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h b/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h index de064649f8..aa104a79bf 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h @@ -50,7 +50,7 @@ EFI_FORWARD_DECLARATION (EFI_TCG_PROTOCOL); //
// Set structure alignment to 1-byte
//
-#pragma pack (push, 1)
+#pragma pack (1)
typedef struct {
UINT8 Major;
@@ -74,7 +74,7 @@ typedef UINT32 TCG_ALGORITHM_ID; //
// Restore original structure alignment
//
-#pragma pack (pop)
+#pragma pack ()
typedef
EFI_STATUS
|