unrevert change - this change is correct and works in windows
Modified: trunk/reactos/subsys/system/cmd/choice.c
--- trunk/reactos/subsys/system/cmd/choice.c 2005-09-20 18:11:55 UTC (rev 17949) +++ trunk/reactos/subsys/system/cmd/choice.c 2005-09-20 19:27:08 UTC (rev 17950) @@ -254,7 +254,11 @@
{ val = IsKeyInString (lpOptions,
+#ifdef _UNICODE
ir.Event.KeyEvent.uChar.UnicodeChar,
+#else + ir.Event.KeyEvent.uChar.AsciiChar, +#endif
bCaseSensitive); }