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/UgaSplash | |
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/UgaSplash')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h b/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h index d415a49904..026fb75093 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h @@ -29,7 +29,7 @@ Abstract: #define EFI_UGA_SPLASH_PROTOCOL_GUID \
- { 0xa45b3a0d, 0x2e55, 0x4c03, 0xad, 0x9c, 0x27, 0xd4, 0x82, 0xb, 0x50, 0x7e }
+ { 0xa45b3a0d, 0x2e55, 0x4c03, {0xad, 0x9c, 0x27, 0xd4, 0x82, 0xb, 0x50, 0x7e} }
typedef struct _EFI_UGA_SPLASH_PROTOCOL EFI_UGA_SPLASH_PROTOCOL;
|