git-svn-id: trunk@36678 -
This commit is contained in:
michael 2017-07-08 11:33:51 +00:00
parent feebdbfc92
commit 606d6d7316

View File

@ -68,7 +68,7 @@ begin
begin
Result:=CREATE_UNICODE_ENVIRONMENT;
if poNoConsole in Options then
Result:=Result or Detached_Process;
Result:=Result or CREATE_NO_WINDOW;
if poNewConsole in Options then
Result:=Result or Create_new_console;
if poNewProcessGroup in Options then