diff options
Diffstat (limited to 'MdePkg/Include/Library/UefiApplicationEntryPoint.h')
-rw-r--r-- | MdePkg/Include/Library/UefiApplicationEntryPoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiApplicationEntryPoint.h b/MdePkg/Include/Library/UefiApplicationEntryPoint.h index d9c25d92cb..9740b6f533 100644 --- a/MdePkg/Include/Library/UefiApplicationEntryPoint.h +++ b/MdePkg/Include/Library/UefiApplicationEntryPoint.h @@ -18,7 +18,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ///
/// Declare the EFI/UEFI Specification Revision to which this driver is implemented
///
-extern const UINT32 _gUefiDriverRevision;
+extern CONST UINT32 _gUefiDriverRevision;
+
/**
Enrty point to UEFI Application.
|