mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:41:42 +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.
|
{For Darwin specific implementations.
|
||||||
General unix implementations are in ../unix/lazbaseconf.inc}
|
General unix implementations are in ../unix/lazbaseconf.inc}
|
||||||
uses
|
uses
|
||||||
BaseUnix, Unix;
|
{$IFDEF Linux}
|
||||||
|
BaseUnix,
|
||||||
|
{$ENDIF}
|
||||||
|
Unix;
|
||||||
|
|
||||||
procedure IfDirectoryExistsAdd(const Directory: string; List: TStrings);
|
procedure IfDirectoryExistsAdd(const Directory: string; List: TStrings);
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user