From 86b46b45721658eeb19866a2b0d2d767dcff0e7c Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Tue, 20 Sep 2005 18:11:55 +0000 Subject: [PATCH] Revert royce3 change from 17948 to 16488 it break choice in bat files, in some case. svn path=/trunk/; revision=17949 --- reactos/subsys/system/cmd/choice.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/subsys/system/cmd/choice.c b/reactos/subsys/system/cmd/choice.c index ca44d85965f..c21ea775ba4 100644 --- a/reactos/subsys/system/cmd/choice.c +++ b/reactos/subsys/system/cmd/choice.c @@ -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); }