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:
@@ -500,7 +500,7 @@ Returns:
|
|||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
GetVariable (
|
DuetGetVariable (
|
||||||
IN CHAR16 *VariableName,
|
IN CHAR16 *VariableName,
|
||||||
IN EFI_GUID *VendorGuid,
|
IN EFI_GUID *VendorGuid,
|
||||||
OUT UINT32 *Attributes OPTIONAL,
|
OUT UINT32 *Attributes OPTIONAL,
|
||||||
@@ -1268,7 +1268,7 @@ Returns:
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
SystemTable->RuntimeServices->GetVariable = GetVariable;
|
SystemTable->RuntimeServices->GetVariable = DuetGetVariable;
|
||||||
SystemTable->RuntimeServices->GetNextVariableName = GetNextVariableName;
|
SystemTable->RuntimeServices->GetNextVariableName = GetNextVariableName;
|
||||||
SystemTable->RuntimeServices->SetVariable = SetVariable;
|
SystemTable->RuntimeServices->SetVariable = SetVariable;
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ VariableClassAddressChangeEvent (
|
|||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
GetVariable (
|
DuetGetVariable (
|
||||||
IN CHAR16 *VariableName,
|
IN CHAR16 *VariableName,
|
||||||
IN EFI_GUID *VendorGuid,
|
IN EFI_GUID *VendorGuid,
|
||||||
OUT UINT32 *Attributes OPTIONAL,
|
OUT UINT32 *Attributes OPTIONAL,
|
||||||
|
Reference in New Issue
Block a user