From 97ccbf276e747da53563958b376643b62329d75e Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 3 Jul 2007 12:32:00 +0000 Subject: [PATCH] Enable PlatformBdsDxe git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3009 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Include/Common/WinNTInclude.h | 1 + Nt32Pkg/Include/Protocol/WinNtThunk.h | 2 ++ 2 files changed, 3 insertions(+) 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 + #define EFI_WIN_NT_THUNK_PROTOCOL_GUID \ { 0x58c518b1, 0x76f3, 0x11d4, { 0xbc, 0xea, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } } -- 2.39.5