mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Add unicode/ansi entries for the previous functions.
svn path=/trunk/; revision=60921
This commit is contained in:
parent
b8b8819c7b
commit
6e52c95041
1 changed files with 2 additions and 0 deletions
|
@ -717,6 +717,7 @@ WriteConsoleOutputCharacterW(
|
|||
#define PeekConsoleInput PeekConsoleInputW
|
||||
#define ReadConsole ReadConsoleW
|
||||
#define ReadConsoleInput ReadConsoleInputW
|
||||
#define ReadConsoleInputEx ReadConsoleInputExW
|
||||
#define ReadConsoleOutput ReadConsoleOutputW
|
||||
#define ReadConsoleOutputCharacter ReadConsoleOutputCharacterW
|
||||
#define ScrollConsoleScreenBuffer ScrollConsoleScreenBufferW
|
||||
|
@ -738,6 +739,7 @@ WriteConsoleOutputCharacterW(
|
|||
#define PeekConsoleInput PeekConsoleInputA
|
||||
#define ReadConsole ReadConsoleA
|
||||
#define ReadConsoleInput ReadConsoleInputA
|
||||
#define ReadConsoleInputEx ReadConsoleInputExA
|
||||
#define ReadConsoleOutput ReadConsoleOutputA
|
||||
#define ReadConsoleOutputCharacter ReadConsoleOutputCharacterA
|
||||
#define ScrollConsoleScreenBuffer ScrollConsoleScreenBufferA
|
||||
|
|
Loading…
Reference in a new issue