summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Include
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 12:32:00 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 12:32:00 +0000
commit97ccbf276e747da53563958b376643b62329d75e (patch)
treea21ead01a2d4aab60a0d33391bec0d1bc29e57d8 /Nt32Pkg/Include
parent851d410b543a9ef43a39fa651978847fb4b01cfd (diff)
downloadedk2-platforms-97ccbf276e747da53563958b376643b62329d75e.tar.xz
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.h1
-rw-r--r--Nt32Pkg/Include/Protocol/WinNtThunk.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/Nt32Pkg/Include/Common/WinNTInclude.h b/Nt32Pkg/Include/Common/WinNTInclude.h
index 91daac6c3c..3aa02e895e 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 b3e161f7cd..3dec1e807a 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 } }