Commit 27753f2e authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

cmd.exe: Remove redundant call to SetConsoleMode.

parent faad187e
......@@ -2593,8 +2593,6 @@ int wmain (int argc, WCHAR *argvW[])
return errorlevel;
}
SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), ENABLE_LINE_INPUT |
ENABLE_ECHO_INPUT | ENABLE_PROCESSED_INPUT);
SetConsoleTitleW(WCMD_LoadMessage(WCMD_CONSTITLE));
/* Note: cmd.exe /c dir does not get a new color, /k dir does */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment