mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:56:00 +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
|
uses
|
||||||
{$i uses.inc}
|
{$i uses.inc}
|
||||||
maps, LazUTF8, LCLMessageGlue, Controls
|
maps, LazUTF8, LCLProc, LCLMessageGlue, Controls
|
||||||
{$ifdef DEBUG_DELPHICOMPAT}
|
{$ifdef DEBUG_DELPHICOMPAT}
|
||||||
,multiloglcl, filechannel
|
,multiloglcl, filechannel
|
||||||
{$endif}
|
{$endif}
|
||||||
|
@ -38,6 +38,8 @@ uses
|
|||||||
Classes, SysUtils,
|
Classes, SysUtils,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazFileUtils, Laz2_XMLCfg, LazUTF8, LazFileCache, LazStringUtils, LazLoggerBase,
|
LazFileUtils, Laz2_XMLCfg, LazUTF8, LazFileCache, LazStringUtils, LazLoggerBase,
|
||||||
|
// LCL
|
||||||
|
LCLType,
|
||||||
// CodeTools
|
// CodeTools
|
||||||
CodeToolManager, DefineTemplates, SourceChanger,
|
CodeToolManager, DefineTemplates, SourceChanger,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
|
@ -43,7 +43,7 @@ uses
|
|||||||
{$ELSE}
|
{$ELSE}
|
||||||
LazAdvancedIPC,
|
LazAdvancedIPC,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Controls, Dialogs, ExtCtrls, LCLType,
|
Controls, Dialogs, ExtCtrls, LCLIntf, LCLType,
|
||||||
LazFileUtils, FileUtil, Laz2_XMLRead, Laz2_XMLWrite, Laz2_DOM, LazUTF8,
|
LazFileUtils, FileUtil, Laz2_XMLRead, Laz2_XMLWrite, Laz2_DOM, LazUTF8,
|
||||||
UTF8Process, LazLoggerBase,
|
UTF8Process, LazLoggerBase,
|
||||||
LazarusIDEStrConsts, IDECmdLine, LazConf;
|
LazarusIDEStrConsts, IDECmdLine, LazConf;
|
||||||
|
@ -26,7 +26,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Forms, Graphics, ComCtrls, LCLStrConsts,
|
Forms, Graphics, ComCtrls, LCLStrConsts,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazFileUtils, Masks;
|
LazFileUtils, LazUTF8, Masks;
|
||||||
|
|
||||||
{$if defined(Windows) or defined(darwin) or defined(HASAMIGA))}
|
{$if defined(Windows) or defined(darwin) or defined(HASAMIGA))}
|
||||||
{$define CaseInsensitiveFilenames}
|
{$define CaseInsensitiveFilenames}
|
||||||
|
Loading…
Reference in New Issue
Block a user