mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 14:57:57 +02:00
Revert some of the earlier LCLProc commit. Fix compilation on Windows.
This commit is contained in:
parent
aa389e7e47
commit
0ff44ca90a
@ -135,7 +135,7 @@ implementation
|
||||
|
||||
uses
|
||||
{$i uses.inc}
|
||||
maps, LazUTF8, LCLMessageGlue, Controls
|
||||
maps, LazUTF8, LCLProc, LCLMessageGlue, Controls
|
||||
{$ifdef DEBUG_DELPHICOMPAT}
|
||||
,multiloglcl, filechannel
|
||||
{$endif}
|
||||
|
@ -38,6 +38,8 @@ uses
|
||||
Classes, SysUtils,
|
||||
// LazUtils
|
||||
LazFileUtils, Laz2_XMLCfg, LazUTF8, LazFileCache, LazStringUtils, LazLoggerBase,
|
||||
// LCL
|
||||
LCLType,
|
||||
// CodeTools
|
||||
CodeToolManager, DefineTemplates, SourceChanger,
|
||||
// IdeIntf
|
||||
|
@ -43,7 +43,7 @@ uses
|
||||
{$ELSE}
|
||||
LazAdvancedIPC,
|
||||
{$ENDIF}
|
||||
Controls, Dialogs, ExtCtrls, LCLType,
|
||||
Controls, Dialogs, ExtCtrls, LCLIntf, LCLType,
|
||||
LazFileUtils, FileUtil, Laz2_XMLRead, Laz2_XMLWrite, Laz2_DOM, LazUTF8,
|
||||
UTF8Process, LazLoggerBase,
|
||||
LazarusIDEStrConsts, IDECmdLine, LazConf;
|
||||
|
@ -26,7 +26,7 @@ uses
|
||||
// LCL
|
||||
Forms, Graphics, ComCtrls, LCLStrConsts,
|
||||
// LazUtils
|
||||
LazFileUtils, Masks;
|
||||
LazFileUtils, LazUTF8, Masks;
|
||||
|
||||
{$if defined(Windows) or defined(darwin) or defined(HASAMIGA))}
|
||||
{$define CaseInsensitiveFilenames}
|
||||
|
Loading…
Reference in New Issue
Block a user