diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h index 5287ebe285..f163eff8a2 100644 --- a/EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h +++ b/EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h @@ -29,7 +29,7 @@ Abstract: #define EFI_DXE_IPL_PPI_GUID \
{ \
- 0xae8ce5d, 0xe448, 0x4437, 0xa8, 0xd7, 0xeb, 0xf5, 0xf1, 0x94, 0xf7, 0x31 \
+ 0xae8ce5d, 0xe448, 0x4437, {0xa8, 0xd7, 0xeb, 0xf5, 0xf1, 0x94, 0xf7, 0x31} \
}
EFI_FORWARD_DECLARATION (EFI_DXE_IPL_PPI);
|