Enable PlatformBdsDxe

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3009 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2007-07-03 12:32:00 +00:00
parent 851d410b54
commit 97ccbf276e
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ Abstract:
#undef UNALIGNED
#undef CONST
#undef VOID
#undef DEBUG_EVENT
#include "windows.h"

View File

@ -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 } }