mirror of https://github.com/acidanthera/audk.git
Use PalLib instead of PalCallLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6513 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fa73b3be91
commit
dc49f4ed7d
|
@ -15,7 +15,7 @@
|
|||
#include <Base.h>
|
||||
#include <Library/TimerLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/PalCallLib.h>
|
||||
#include <Library/PalLib.h>
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
IoLib
|
||||
|
||||
[LibraryClasses.IPF]
|
||||
PalCallLib
|
||||
PalLib
|
||||
|
||||
|
||||
[Pcd.IA32, Pcd.X64]
|
||||
|
|
Loading…
Reference in New Issue