From cf1dd700cc7b536d09447ce6471d439af54084a9 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 11 Dec 2012 09:34:59 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@39510 - --- ide/include/darwin/lazconf.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ide/include/darwin/lazconf.inc b/ide/include/darwin/lazconf.inc index 7c5450f36b..861f1a5b1a 100644 --- a/ide/include/darwin/lazconf.inc +++ b/ide/include/darwin/lazconf.inc @@ -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