mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 12:19:26 +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}
|
{Should become unit Unix in the future. For both Linux and FreeBSD}
|
||||||
uses
|
uses
|
||||||
Dos,
|
Dos,
|
||||||
{$IFDEF VER1_1}
|
baseunix, unix;
|
||||||
unix;
|
|
||||||
{$ELSE}
|
|
||||||
linux;
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
function GetDefaultTargetOS: string;
|
function GetDefaultTargetOS: string;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user