summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Library
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 02:57:25 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 02:57:25 +0000
commit184cf4043a6da53322fae2fab16f14d7e6a39378 (patch)
tree72d447acca668eec5133429376a1ab5ad6fa0bd0 /Nt32Pkg/Library
parent551ed06f6004a8b0ae0581a75da8dfd8d0721807 (diff)
downloadedk2-platforms-184cf4043a6da53322fae2fab16f14d7e6a39378.tar.xz
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
Diffstat (limited to 'Nt32Pkg/Library')
-rw-r--r--Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c3
-rw-r--r--Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
index cd3300e078..e5fee0331c 100644
--- a/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
+++ b/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
@@ -17,7 +17,8 @@
//
// The package level header files this module uses
//
-#include <FrameWorkDxe.h>
+#include <FrameworkDxe.h>
+#include <FrameworkModuleDxe.h>
#include <WinNtDxe.h>
#include <DebugInfo.h>
diff --git a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
index 412d97c05c..46588fc11b 100644
--- a/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
+++ b/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
@@ -18,6 +18,7 @@
// The package level header files this module uses
//
#include <FrameworkPei.h>
+#include <FrameworkModulePei.h>
#include <WinNtPeim.h>
//