瀏覽代碼

* Fix bug #32055

git-svn-id: trunk@36678 -
michael 8 年之前
父節點
當前提交
606d6d7316
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-process/src/win/process.inc

+ 1 - 1
packages/fcl-process/src/win/process.inc

@@ -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