diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 12:32:00 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 12:32:00 +0000 |
commit | 97ccbf276e747da53563958b376643b62329d75e (patch) | |
tree | a21ead01a2d4aab60a0d33391bec0d1bc29e57d8 /Nt32Pkg/Include | |
parent | 851d410b543a9ef43a39fa651978847fb4b01cfd (diff) | |
download | edk2-97ccbf276e747da53563958b376643b62329d75e.zip edk2-97ccbf276e747da53563958b376643b62329d75e.tar.gz edk2-97ccbf276e747da53563958b376643b62329d75e.tar.bz2 |
Enable PlatformBdsDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3009 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Include')
-rw-r--r-- | Nt32Pkg/Include/Common/WinNTInclude.h | 1 | ||||
-rw-r--r-- | Nt32Pkg/Include/Protocol/WinNtThunk.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Nt32Pkg/Include/Common/WinNTInclude.h b/Nt32Pkg/Include/Common/WinNTInclude.h index 91daac6..3aa02e8 100644 --- a/Nt32Pkg/Include/Common/WinNTInclude.h +++ b/Nt32Pkg/Include/Common/WinNTInclude.h @@ -40,6 +40,7 @@ Abstract: #undef UNALIGNED
#undef CONST
#undef VOID
+#undef DEBUG_EVENT
#include "windows.h"
diff --git a/Nt32Pkg/Include/Protocol/WinNtThunk.h b/Nt32Pkg/Include/Protocol/WinNtThunk.h index b3e161f..3dec1e8 100644 --- a/Nt32Pkg/Include/Protocol/WinNtThunk.h +++ b/Nt32Pkg/Include/Protocol/WinNtThunk.h @@ -30,6 +30,8 @@ Abstract: #ifndef __WIN_NT_THUNK_H__
#define __WIN_NT_THUNK_H__
+#include <Common/WinNtInclude.h>
+
#define EFI_WIN_NT_THUNK_PROTOCOL_GUID \
{ 0x58c518b1, 0x76f3, 0x11d4, { 0xbc, 0xea, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }
|