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@6506 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
804dbc37ed
commit
5a92a63603
|
@ -19,7 +19,7 @@
|
|||
FILE_GUID = 632D5625-B73D-43b8-AF30-8D225D96168E
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = PalCallLib
|
||||
LIBRARY_CLASS = PalLib
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
**/
|
||||
#include <Base.h>
|
||||
#include <Library/PalCallLib.h>
|
||||
#include <Library/PalLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue