mirror of https://github.com/acidanthera/audk.git
add miss EFI_API modifier prior to GetPeiServicesTablePointer
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6134 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d53b79dd22
commit
2884e3dfd7
|
@ -45,6 +45,7 @@ SetPeiServicesTablePointer (
|
|||
|
||||
**/
|
||||
CONST EFI_PEI_SERVICES **
|
||||
EFIAPI
|
||||
GetPeiServicesTablePointer (
|
||||
VOID
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue