mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:20:30 +01:00
IDE: TThread.Start
git-svn-id: trunk@29793 -
This commit is contained in:
parent
4d9418b4b6
commit
75b230c6a9
@ -226,7 +226,11 @@ begin
|
||||
Item.ProgressItem:=CreateProgressItem('FPCSrcScan',
|
||||
Format(lisCreatingFileIndexOfFPCSources, [Directory]),
|
||||
lisTheFileIndexIsNeededForFunctionsLikeFindDeclaratio);
|
||||
{$IFDEF VER2_4}
|
||||
Item.Resume;
|
||||
{$ELSE}
|
||||
Item.Start;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user