mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
Update to build cmd separately.
svn path=/trunk/; revision=445
This commit is contained in:
parent
6a7adfd71f
commit
ffbc9d9c03
7 changed files with 30 additions and 43 deletions
|
@ -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__ */
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue