(Win32) Call the log window 'Logging Console'

This commit is contained in:
twinaphex 2019-09-19 06:23:31 +02:00
parent 4eac009c27
commit f192e8618f

View File

@ -623,6 +623,8 @@ static void frontend_win32_attach_console(void)
if(!AttachConsole( ATTACH_PARENT_PROCESS))
AllocConsole();
SetConsoleTitle("Log Console");
if(need_stdout) freopen( "CONOUT$", "w", stdout );
if(need_stderr) freopen( "CONOUT$", "w", stderr );