This commit is contained in:
Basile Burg 2015-06-17 23:57:15 +02:00
parent ff9f87561d
commit 97221ea590
1 changed files with 1 additions and 7 deletions

View File

@ -648,15 +648,9 @@ begin
DRIVE_REMOTE: aList.Add(ltr); DRIVE_REMOTE: aList.Add(ltr);
end; end;
end; end;
{$ENDIF} {$ELSE}
{$IFDEF LINUX}
aList.Add('//'); aList.Add('//');
{$ENDIF} {$ENDIF}
{$IFDEF DARWIN}
// tobe checked
// aList.Add('//');
raise Exception.Create('darwin: listDrives() has to be implemented');
{$ENDIF}
end; end;
function shellOpen(const aFilename: string): boolean; function shellOpen(const aFilename: string): boolean;