mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
parent
feebdbfc92
commit
606d6d7316
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user