unrevert change - this change is correct and works in windows

svn path=/trunk/; revision=17950
This commit is contained in:
Royce Mitchell III 2005-09-20 19:27:08 +00:00
parent 86b46b4572
commit 819d52f0da

View file

@ -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);
}