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 begin
ABrowser := ''; ABrowser := '';
AParams := '"%s"'; AParams := '"%s"';
Result := False;
end; end;
function FindDefaultBrowserUtf8(out ABrowser, AParams: String): Boolean; function FindDefaultBrowserUtf8(out ABrowser, AParams: String): Boolean;

View File

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