mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 00:03:48 +02:00
fix compilation of ide
git-svn-id: trunk@16852 -
This commit is contained in:
parent
e365c98cca
commit
17388129f6
@ -1065,7 +1065,7 @@ begin
|
||||
SetupDialogs;
|
||||
RunExternalTool:=@OnRunExternalTool;
|
||||
{$IFDEF UseAsyncProcess}
|
||||
if Widgetset.LCLCapability(lcAsyncProcess) = 1 then
|
||||
if Widgetset.GetLCLCapability(lcAsyncProcess) = 1 then
|
||||
TOutputFilterProcess := TAsyncProcess
|
||||
else
|
||||
TOutputFilterProcess := TProcessUTF8;
|
||||
|
Loading…
Reference in New Issue
Block a user