compatibility fixes

svn path=/trunk/; revision=403
This commit is contained in:
Eric Kohl 1999-04-20 20:25:56 +00:00
parent 94f82b0796
commit 73a193b7fe
16 changed files with 243 additions and 110 deletions

View file

@ -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))