mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:09:32 +02:00
IDE: clean up
git-svn-id: trunk@39510 -
This commit is contained in:
parent
20fd881b41
commit
cf1dd700cc
@ -30,7 +30,10 @@
|
||||
{For Darwin specific implementations.
|
||||
General unix implementations are in ../unix/lazbaseconf.inc}
|
||||
uses
|
||||
BaseUnix, Unix;
|
||||
{$IFDEF Linux}
|
||||
BaseUnix,
|
||||
{$ENDIF}
|
||||
Unix;
|
||||
|
||||
procedure IfDirectoryExistsAdd(const Directory: string; List: TStrings);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user