mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
Revert royce3 change from 17948 to 16488 it break choice in bat files, in some case.
svn path=/trunk/; revision=17949
This commit is contained in:
parent
4ec7b01faf
commit
86b46b4572
1 changed files with 0 additions and 4 deletions
|
@ -254,11 +254,7 @@ CommandChoice (LPTSTR cmd, LPTSTR param)
|
||||||
{
|
{
|
||||||
|
|
||||||
val = IsKeyInString (lpOptions,
|
val = IsKeyInString (lpOptions,
|
||||||
#ifdef _UNICODE
|
|
||||||
ir.Event.KeyEvent.uChar.UnicodeChar,
|
ir.Event.KeyEvent.uChar.UnicodeChar,
|
||||||
#else
|
|
||||||
ir.Event.KeyEvent.uChar.AsciiChar,
|
|
||||||
#endif
|
|
||||||
bCaseSensitive);
|
bCaseSensitive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue