diff --git a/src/ce_common.pas b/src/ce_common.pas index dbab9447..0da4c5f4 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -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;