mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
unrevert change - this change is correct and works in windows
svn path=/trunk/; revision=17950
This commit is contained in:
parent
86b46b4572
commit
819d52f0da
1 changed files with 4 additions and 0 deletions
|
@ -254,7 +254,11 @@ CommandChoice (LPTSTR cmd, LPTSTR param)
|
|||
{
|
||||
|
||||
val = IsKeyInString (lpOptions,
|
||||
#ifdef _UNICODE
|
||||
ir.Event.KeyEvent.uChar.UnicodeChar,
|
||||
#else
|
||||
ir.Event.KeyEvent.uChar.AsciiChar,
|
||||
#endif
|
||||
bCaseSensitive);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue