IDE: fixed running tool on fpc 2.6.2

git-svn-id: trunk@45329 -
This commit is contained in:
mattias 2014-06-04 06:13:15 +00:00
parent bd2676525f
commit c6bd6213b2

View File

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