mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 10:59:05 +02:00
Fixes LCLIntf compilation in UNIX
git-svn-id: trunk@25414 -
This commit is contained in:
parent
aa50d358b4
commit
6b4280a175
@ -50,6 +50,7 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF Windows}Windows, {$ifndef ver2_2_0}ShellApi, {$ENDIF}{$ENDIF}
|
||||
{$IFDEF UNIX}Unix, {$ENDIF}
|
||||
{$IFDEF Darwin}MacOSAll, {$ENDIF}
|
||||
Types, Math, Classes, SysUtils, LCLType, LCLProc, GraphType, InterfaceBase,
|
||||
LResources, FileUtil, UTF8Process, Maps, LMessages;
|
||||
|
Loading…
Reference in New Issue
Block a user