diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-30 14:09:38 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-30 14:09:38 +0000 |
commit | 60c93673b3189b7a48acdb5c300f4ee3546ffb85 (patch) | |
tree | c335e23e592face4b3d6e5dcafffb8d51d64d246 /Nt32Pkg/WinNtThunkDxe | |
parent | ed300ce2a68ba42b7e140af9e7e71c706518c9f1 (diff) | |
download | edk2-60c93673b3189b7a48acdb5c300f4ee3546ffb85.tar.gz edk2-60c93673b3189b7a48acdb5c300f4ee3546ffb85.tar.bz2 edk2-60c93673b3189b7a48acdb5c300f4ee3546ffb85.zip |
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5758 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtThunkDxe')
-rw-r--r-- | Nt32Pkg/WinNtThunkDxe/WinNtThunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c index c396f9db4d..1aa491a83a 100644 --- a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c +++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c @@ -29,7 +29,7 @@ Abstract: //
// The package level header files this module uses
//
-#include <PiDxe.h>
+#include <Uefi.h>
#include <WinNtDxe.h>
//
// The protocols, PPI and GUID defintions for this module
|