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:
Magnus Olsen 2005-09-20 18:11:55 +00:00
parent 4ec7b01faf
commit 86b46b4572

View file

@ -254,11 +254,7 @@ CommandChoice (LPTSTR cmd, LPTSTR param)
{
val = IsKeyInString (lpOptions,
#ifdef _UNICODE
ir.Event.KeyEvent.uChar.UnicodeChar,
#else
ir.Event.KeyEvent.uChar.AsciiChar,
#endif
bCaseSensitive);
}