mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 06:09:29 +02:00
IDE: fixed running tool on fpc 2.6.2
git-svn-id: trunk@45329 -
This commit is contained in:
parent
bd2676525f
commit
c6bd6213b2
@ -566,9 +566,6 @@ begin
|
||||
inherited Create(aOwner);
|
||||
FWorkerOutput:=TStringList.Create;
|
||||
FProcess:=TProcessUTF8.Create(nil);
|
||||
{$IF FPC_FULLVERSION<20604}
|
||||
FProcess.InheritHandles:=false;
|
||||
{$ENDIF}
|
||||
FProcess.Options:= [poUsePipes{$IFDEF Windows},poStderrToOutPut{$ENDIF}];
|
||||
FProcess.ShowWindow := swoHide;
|
||||
fExecuteBefore:=TFPList.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user