mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 08:19:29 +02:00
lazutils: fixed compilation darwin
git-svn-id: trunk@42372 -
This commit is contained in:
parent
aef02629d3
commit
98ea2c18a5
@ -101,7 +101,7 @@ end;
|
||||
{$IFDEF darwin}
|
||||
function GetDarwinSystemFilename(Filename: string): string;
|
||||
begin
|
||||
Result := LazFileUtils.GetDarwinSystemFilename(AFilename);
|
||||
Result := LazFileUtils.GetDarwinSystemFilename(Filename);
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
|
@ -262,9 +262,6 @@ uses
|
||||
{$IFDEF windows}
|
||||
Windows;
|
||||
{$ELSE}
|
||||
{$IFDEF darwin}
|
||||
MacOSAll,
|
||||
{$ENDIF}
|
||||
Unix, BaseUnix;
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user