ソースを参照

* one more define added for shared fexpand (still conditional)

Tomas Hajny 21 年 前
コミット
027bbcd67f
1 ファイル変更3 行追加0 行削除
  1. 3 0
      rtl/macos/dos.pp

+ 3 - 0
rtl/macos/dos.pp

@@ -792,6 +792,7 @@ End;
 
 {$DEFINE FPC_FEXPAND_VOLUMES}
 {$DEFINE FPC_FEXPAND_NO_DEFAULT_PATHS}
+{$DEFINE FPC_FEXPAND_DRIVESEP_IS_ROOT}
 
 { TODO A lot of issues before this works}
 
@@ -799,6 +800,8 @@ End;
 
 {$UNDEF FPC_FEXPAND_VOLUMES}
 {$UNDEF FPC_FEXPAND_NO_DEFAULT_PATHS}
+{$UNDEF FPC_FEXPAND_DRIVESEP_IS_ROOT}
+
 
 
 {$ELSE}