mirror of https://gitlab.com/basile.b/dexed.git
darwin
This commit is contained in:
parent
ff9f87561d
commit
97221ea590
|
@ -648,15 +648,9 @@ begin
|
|||
DRIVE_REMOTE: aList.Add(ltr);
|
||||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}
|
||||
{$ELSE}
|
||||
aList.Add('//');
|
||||
{$ENDIF}
|
||||
{$IFDEF DARWIN}
|
||||
// tobe checked
|
||||
// aList.Add('//');
|
||||
raise Exception.Create('darwin: listDrives() has to be implemented');
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
function shellOpen(const aFilename: string): boolean;
|
||||
|
|
Loading…
Reference in New Issue