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:
parent
01155b3693
commit
ae5cd00fcc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue