kernelbase: Do not forcefully reset console_flags to 0.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2021-03-12 11:02:51 +01:00 committed by Alexandre Julliard
parent 01155b3693
commit ae5cd00fcc
1 changed files with 0 additions and 1 deletions

View File

@ -1844,7 +1844,6 @@ void init_console( void )
if (params->ConsoleHandle && create_console_connection( params->ConsoleHandle ))
{
init_console_std_handles( FALSE );
console_flags = 0;
}
}
else if (params->ConsoleHandle == CONSOLE_HANDLE_ALLOC)