mirror of https://github.com/acidanthera/audk.git
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:
parent
e6a5cb9918
commit
3ffa0f1f8a
|
@ -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;
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ VariableClassAddressChangeEvent (
|
|||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
GetVariable (
|
||||
DuetGetVariable (
|
||||
IN CHAR16 *VariableName,
|
||||
IN EFI_GUID *VendorGuid,
|
||||
OUT UINT32 *Attributes OPTIONAL,
|
||||
|
|
Loading…
Reference in New Issue