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:
|
||||
//4C8A2451-C207-405b-9694-99EA13251341
|
||||
//
|
||||
#define EFI_DEBUG_MASK_PROTOCOL_GUID \
|
||||
{ 0x4c8a2451, 0xc207, 0x405b, 0x96, 0x94, 0x99, 0xea, 0x13, 0x25, 0x13, 0x41 }
|
||||
{ 0x4c8a2451, 0xc207, 0x405b, {0x96, 0x94, 0x99, 0xea, 0x13, 0x25, 0x13, 0x41} }
|
||||
|
||||
|
||||
#define EFI_DEBUG_MASK_REVISION 0x00010000
|
||||
|
Reference in New Issue
Block a user