소스 검색

* deprecation of tsearchrec.pathonly, under ifndef ver2_2 as per 11579

git-svn-id: trunk@11402 -
marco 17 년 전
부모
커밋
bcfb545837
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/sysutils/filutilh.inc

+ 1 - 1
rtl/objpas/sysutils/filutilh.inc

@@ -23,7 +23,7 @@ Type
 {$ifdef unix}
     FindHandle : Pointer;
     Mode : TMode;
-    PathOnly : AnsiString;
+    PathOnly : AnsiString {$ifndef VER2_2} deprecated{$endif};
 {$else unix}
     FindHandle : THandle;
 {$endif unix}