Revert royce3 change from 17948 to 16488 it break choice in bat files, in some case.
Modified: trunk/reactos/subsys/system/cmd/choice.c

Modified: trunk/reactos/subsys/system/cmd/choice.c
--- trunk/reactos/subsys/system/cmd/choice.c	2005-09-20 16:38:02 UTC (rev 17948)
+++ trunk/reactos/subsys/system/cmd/choice.c	2005-09-20 18:11:55 UTC (rev 17949)
@@ -254,11 +254,7 @@
       {
 
       val = IsKeyInString (lpOptions,
-#ifdef _UNICODE
 			                     ir.Event.KeyEvent.uChar.UnicodeChar,
-#else
-			                     ir.Event.KeyEvent.uChar.AsciiChar,
-#endif 
 			                     bCaseSensitive);
       }