mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NTVDM]: Update the console title only in non-standalone mode.
svn path=/trunk/; revision=67590
This commit is contained in:
@@ -641,9 +641,11 @@ DWORD DosStartProcess(IN LPCSTR ExecutablePath,
|
||||
|
||||
if (Result != ERROR_SUCCESS) goto Quit;
|
||||
|
||||
#ifndef STANDALONE
|
||||
/* Update console title if we run in a separate console */
|
||||
if (SessionId != 0)
|
||||
SetConsoleTitleA(ExecutablePath);
|
||||
#endif
|
||||
|
||||
/* Attach to the console */
|
||||
ConsoleAttach();
|
||||
|
||||
Reference in New Issue
Block a user