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