소스 검색

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