Browse Source

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

Tomas Hajny 21 năm trước cách đây
mục cha
commit
027bbcd67f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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}