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:
@@ -29,7 +29,7 @@ Revision History
|
||||
// DPC Protocol GUID value
|
||||
//
|
||||
#define EFI_DPC_PROTOCOL_GUID \
|
||||
{ 0x480f8ae9, 0xc46, 0x4aa9, 0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6 }
|
||||
{ 0x480f8ae9, 0xc46, 0x4aa9, {0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6} }
|
||||
|
||||
//
|
||||
// Forward reference for pure ANSI compatability
|
||||
|
Reference in New Issue
Block a user