mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
unrevert change - this change is correct and works in windows
svn path=/trunk/; revision=17950
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user