mirror of https://github.com/acidanthera/audk.git
Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3649 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
551ed06f60
commit
184cf4043a
|
@ -17,7 +17,8 @@
|
||||||
//
|
//
|
||||||
// The package level header files this module uses
|
// The package level header files this module uses
|
||||||
//
|
//
|
||||||
#include <FrameWorkDxe.h>
|
#include <FrameworkDxe.h>
|
||||||
|
#include <FrameworkModuleDxe.h>
|
||||||
#include <WinNtDxe.h>
|
#include <WinNtDxe.h>
|
||||||
#include <DebugInfo.h>
|
#include <DebugInfo.h>
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
// The package level header files this module uses
|
// The package level header files this module uses
|
||||||
//
|
//
|
||||||
#include <FrameworkPei.h>
|
#include <FrameworkPei.h>
|
||||||
|
#include <FrameworkModulePei.h>
|
||||||
#include <WinNtPeim.h>
|
#include <WinNtPeim.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue