winedbg: Also output system information to the terminal, not only to dialog.

This commit is contained in:
Sebastian Lackner 2015-05-30 01:25:47 +02:00 committed by Alexandre Julliard
parent 3681a59c29
commit 7661549755

View file

@ -836,10 +836,10 @@ enum dbg_start dbg_active_auto(int argc, char* argv[])
dbg_interactiveP = TRUE;
parser_handle(input);
output_system_info();
if (output != INVALID_HANDLE_VALUE)
{
output_system_info();
SetEvent( event );
WaitForSingleObject( thread, INFINITE );
CloseHandle( output );