mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 04:17:11 +01:00
IDE: fixed compiling with -dVerboseExtToolThread
git-svn-id: trunk@51420 -
This commit is contained in:
parent
850ec52c41
commit
a96700a660
@ -37,6 +37,9 @@ uses
|
|||||||
// RTL + FCL + LCL
|
// RTL + FCL + LCL
|
||||||
Classes, SysUtils, math, process, Pipes,
|
Classes, SysUtils, math, process, Pipes,
|
||||||
LCLIntf, Forms, Dialogs,
|
LCLIntf, Forms, Dialogs,
|
||||||
|
{$IFDEF VerboseExtToolThread}
|
||||||
|
LCLProc,
|
||||||
|
{$ENDIF}
|
||||||
// CodeTools
|
// CodeTools
|
||||||
FileProcs, CodeToolsStructs,
|
FileProcs, CodeToolsStructs,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user