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:
@@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
Console based on Win32 APIs.
|
||||
Console based on Posix APIs.
|
||||
|
||||
--*/
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
--*/
|
||||
|
||||
|
Reference in New Issue
Block a user