浏览代码

* 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}