mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 04:48:14 +01:00
LCL: Fix compilation on Windows.
git-svn-id: trunk@54529 -
This commit is contained in:
parent
90c1f39040
commit
b5ddafa8d2
@ -26,7 +26,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Forms, Graphics, ComCtrls, LCLProc, LCLStrConsts,
|
Forms, Graphics, ComCtrls, LCLProc, LCLStrConsts,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
FileUtil, LazFileUtils;
|
FileUtil, LazFileUtils, LazUTF8;
|
||||||
|
|
||||||
{$if defined(Windows) or defined(darwin)}
|
{$if defined(Windows) or defined(darwin)}
|
||||||
{$define CaseInsensitiveFilenames}
|
{$define CaseInsensitiveFilenames}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user