diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-28 12:00:46 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-28 12:00:46 +0000 |
commit | 7ccf38a33e1e227131c170a621d183b3bacef148 (patch) | |
tree | 9672e0bf0ac345a1dfc45823307bb71020c34c59 /EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk | |
parent | 4c5d09830bb8cbbc8ff6d8dc8817d60a85468844 (diff) | |
download | edk2-platforms-7ccf38a33e1e227131c170a621d183b3bacef148.tar.xz |
Update Guid Value format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4964 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h b/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h index e70275d92a..3e709fe4d1 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h @@ -43,7 +43,7 @@ Revision History #define EFI_LEGACY_BIOS_THUNK_PROTOCOL_GUID \
{ \
- 0x4c51a7ba, 0x7195, 0x442d, 0x87, 0x92, 0xbe, 0xea, 0x6e, 0x2f, 0xf6, 0xec \
+ 0x4c51a7ba, 0x7195, 0x442d, {0x87, 0x92, 0xbe, 0xea, 0x6e, 0x2f, 0xf6, 0xec} \
}
EFI_FORWARD_DECLARATION (EFI_LEGACY_BIOS_THUNK_PROTOCOL);
|