Commit ae5cd00f authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

kernelbase: Do not forcefully reset console_flags to 0.

parent 01155b36
......@@ -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)
......
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