This commit is contained in:
Basile Burg 2016-04-28 19:11:28 +02:00
parent 23176f8bfd
commit 455d817df5
1 changed files with 0 additions and 2 deletions

View File

@ -2232,9 +2232,7 @@ begin
lst := TStringList.Create;
try
prc.Executable:=pth;
{$IFDEF WINDOWS}
prc.Options := [poUsePipes, poStderrToOutPut {$IFDEF WINDOWS}, poNewConsole{$ENDIF}];
{$ENDIF}
prc.ShowWindow:= swoHIDE;
prc.Parameters.Add(fDoc.fileName);
prc.Parameters.Add('-S');