Amiga: removed some warnings

git-svn-id: trunk@55380 -
This commit is contained in:
marcus 2017-06-20 09:24:14 +00:00
parent 82d2dccb49
commit 670bb5339c
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ function FindDefaultBrowserWide(out ABrowser, AParams: WideString): Boolean;
begin
ABrowser := '';
AParams := '"%s"';
Result := False;
end;
function FindDefaultBrowserUtf8(out ABrowser, AParams: String): Boolean;

View File

@ -773,6 +773,9 @@ begin
{$ifdef unix}
Result := '/';
{$endif}
{$ifdef HASAMIGA}
Result := '';
{$endif}
end;
function TCustomShellTreeView.GetRootPath: string;