Use CONST instead of const

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6112 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-10-14 17:32:18 +00:00
parent 190344219a
commit 03c19e066d
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ PeiNt32PeCoffLibConstructor (
// GuidHob is not ready, try to locate PeCoffLoader guid structure.
//
Status = (*PeiServices)->LocatePpi (
(const EFI_PEI_SERVICES **)PeiServices,
(CONST EFI_PEI_SERVICES **)PeiServices,
&gEfiPeiPeCoffLoaderGuid,
0,
NULL,

View File

@ -913,7 +913,7 @@ Returns:
UINTN
CountSeperatorsInString (
IN const CHAR16 *String,
IN CONST CHAR16 *String,
IN CHAR16 Seperator
)
/*++

View File

@ -528,7 +528,7 @@ Returns:
UINTN
CountSeperatorsInString (
IN const CHAR16 *String,
IN CONST CHAR16 *String,
IN CHAR16 Seperator
)
/*++