mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 07:04:28 +02:00
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
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user