Add WinNtConsole driver into Nt32Pkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2779 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2007-06-27 06:23:37 +00:00
parent d8a43975d9
commit af4d71fcda
9 changed files with 2342 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ Abstract:
#ifndef __WIN_NT_IO_H__
#define __WIN_NT_IO_H__
#include <Protocol/WinNtThunk.h>
#define EFI_WIN_NT_IO_PROTOCOL_GUID \
{ 0x96eb4ad6, 0xa32a, 0x11d4, { 0xbc, 0xfd, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }