diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 06:23:37 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 06:23:37 +0000 |
commit | af4d71fcda8f124b0a92f45cf13fca050f2671c8 (patch) | |
tree | 099da4a8e2b763d86acf2bbefcde7b41393da20e /Nt32Pkg/Include | |
parent | d8a43975d902b901ecccc32cda1160c47c804bd8 (diff) | |
download | edk2-platforms-af4d71fcda8f124b0a92f45cf13fca050f2671c8.tar.xz |
Add WinNtConsole driver into Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2779 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Include')
-rw-r--r-- | Nt32Pkg/Include/Protocol/WinNtIo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Nt32Pkg/Include/Protocol/WinNtIo.h b/Nt32Pkg/Include/Protocol/WinNtIo.h index 1f2aaa51ad..f407e78856 100644 --- a/Nt32Pkg/Include/Protocol/WinNtIo.h +++ b/Nt32Pkg/Include/Protocol/WinNtIo.h @@ -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 } }
|