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:
@@ -24,7 +24,7 @@ Abstract:
|
||||
|
||||
#define EFI_DXE_SERVICES_TABLE_GUID \
|
||||
{ \
|
||||
0x5ad34ba, 0x6f02, 0x4214, 0x95, 0x2e, 0x4d, 0xa0, 0x39, 0x8e, 0x2b, 0xb9 \
|
||||
0x5ad34ba, 0x6f02, 0x4214, {0x95, 0x2e, 0x4d, 0xa0, 0x39, 0x8e, 0x2b, 0xb9} \
|
||||
}
|
||||
|
||||
extern EFI_GUID gEfiDxeServicesTableGuid;
|
||||
|
Reference in New Issue
Block a user