Fix name conflict for GetVariable defined in UefiLib.h

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7947 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-03-25 06:48:03 +00:00
parent e6a5cb9918
commit 3ffa0f1f8a
2 changed files with 3 additions and 3 deletions

View File

@ -500,7 +500,7 @@ Returns:
EFI_STATUS
EFIAPI
GetVariable (
DuetGetVariable (
IN CHAR16 *VariableName,
IN EFI_GUID *VendorGuid,
OUT UINT32 *Attributes OPTIONAL,
@ -1268,7 +1268,7 @@ Returns:
);
SystemTable->RuntimeServices->GetVariable = GetVariable;
SystemTable->RuntimeServices->GetVariable = DuetGetVariable;
SystemTable->RuntimeServices->GetNextVariableName = GetNextVariableName;
SystemTable->RuntimeServices->SetVariable = SetVariable;

View File

@ -107,7 +107,7 @@ VariableClassAddressChangeEvent (
EFI_STATUS
EFIAPI
GetVariable (
DuetGetVariable (
IN CHAR16 *VariableName,
IN EFI_GUID *VendorGuid,
OUT UINT32 *Attributes OPTIONAL,