Update Guid Value format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4964 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -27,7 +27,7 @@ Abstract:
|
||||
// GUID definition
|
||||
//
|
||||
#define PEI_STATUS_CODE_MEMORY_PPI_GUID \
|
||||
{ 0x26f8ab01, 0xd3cd, 0x489c, 0x98, 0x4f, 0xdf, 0xde, 0xf7, 0x68, 0x39, 0x5b }
|
||||
{ 0x26f8ab01, 0xd3cd, 0x489c, {0x98, 0x4f, 0xdf, 0xde, 0xf7, 0x68, 0x39, 0x5b} }
|
||||
|
||||
//
|
||||
// Data types
|
||||
|
Reference in New Issue
Block a user