Change many windows references to unix.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2186 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen
2007-01-07 19:31:19 +00:00
parent 6bb60d710b
commit 377fc2ae71
29 changed files with 62 additions and 62 deletions

View File

@@ -15,7 +15,7 @@ Module Name:
Abstract:
Console based on Win32 APIs.
Console based on Posix APIs.
--*/

View File

@@ -15,7 +15,7 @@ Module Name:
Abstract:
Console based on Win32 APIs.
Console based on Posix APIs.
This file attaches a SimpleTextIn protocol to a previously open window.
@@ -44,7 +44,7 @@ typedef struct {
EFI_UNIX_THUNK_PROTOCOL *UnixThunk;
//
// SimpleTextOut Private Data including Win32 types.
// SimpleTextOut Private Data including Posix types.
//
// HANDLE NtOutHandle;
// HANDLE NtInHandle;

View File

@@ -15,7 +15,7 @@ Module Name:
Abstract:
Console based on Win32 APIs.
Console based on Posix APIs.
This file attaches a SimpleTextIn protocol to a previously open window.

View File

@@ -15,9 +15,9 @@ Module Name:
Abstract:
Console based on Win32 APIs.
Console based on Posix APIs.
This file creates an Win32 window and attaches a SimpleTextOut protocol.
This file creates an Posix window and attaches a SimpleTextOut protocol.
--*/