Commit 76615497 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

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

parent 3681a59c
......@@ -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 );
......
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