Update to build cmd separately.

svn path=/trunk/; revision=445
This commit is contained in:
Eric Kohl 1999-05-11 12:40:11 +00:00
parent 6a7adfd71f
commit ffbc9d9c03
7 changed files with 30 additions and 43 deletions

View file

@ -62,15 +62,11 @@ TCHAR cgetchar (VOID)
}
while (TRUE);
#ifdef __REACTOS__
return irBuffer.Event.KeyEvent.AsciiChar;
#else
#ifndef _UNICODE
return irBuffer.Event.KeyEvent.uChar.AsciiChar;
#else
return irBuffer.Event.KeyEvent.uChar.UnicodeChar;
#endif /* _UNICODE */
#endif /* __REACTOS__ */
}