mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 03:56:08 +02:00
removed ifdef ver1_1
git-svn-id: trunk@7478 -
This commit is contained in:
parent
8ec346b211
commit
ca26b57cef
@ -30,11 +30,7 @@
|
||||
{Should become unit Unix in the future. For both Linux and FreeBSD}
|
||||
uses
|
||||
Dos,
|
||||
{$IFDEF VER1_1}
|
||||
unix;
|
||||
{$ELSE}
|
||||
linux;
|
||||
{$ENDIF}
|
||||
baseunix, unix;
|
||||
|
||||
function GetDefaultTargetOS: string;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user