mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:41:58 +00:00
compatibility fixes
svn path=/trunk/; revision=403
This commit is contained in:
parent
94f82b0796
commit
73a193b7fe
16 changed files with 243 additions and 110 deletions
|
@ -48,7 +48,6 @@ TCHAR cgetchar (VOID)
|
|||
|
||||
do
|
||||
{
|
||||
WaitForSingleObject (hInput, INFINITE);
|
||||
ReadConsoleInput (hInput, &irBuffer, 1, &dwRead);
|
||||
if ((irBuffer.EventType == KEY_EVENT) &&
|
||||
(irBuffer.Event.KeyEvent.bKeyDown == TRUE))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue