Prefixed global variable with "m"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1242 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ajfish 2006-08-11 18:20:39 +00:00
parent 396974d645
commit 3b06f97c13
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ PCD_PROTOCOL mPcdInstance = {
// //
// Static global to reduce the code size // Static global to reduce the code size
// //
static EFI_HANDLE NewHandle = NULL; static EFI_HANDLE mNewHandle = NULL;
EFI_STATUS EFI_STATUS
EFIAPI EFIAPI
@ -81,7 +81,7 @@ PcdDxeInit (
BuildPcdDxeDataBase (); BuildPcdDxeDataBase ();
Status = gBS->InstallProtocolInterface ( Status = gBS->InstallProtocolInterface (
&NewHandle, &mNewHandle,
&gPcdProtocolGuid, &gPcdProtocolGuid,
EFI_NATIVE_INTERFACE, EFI_NATIVE_INTERFACE,
&mPcdInstance &mPcdInstance