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/Common | |
parent | 851d410b543a9ef43a39fa651978847fb4b01cfd (diff) | |
download | edk2-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/Common')
-rw-r--r-- | Nt32Pkg/Include/Common/WinNTInclude.h | 1 |
1 files changed, 1 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"
|