Browse Source

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

git-svn-id: trunk@11402 -
marco 17 years ago
parent
commit
bcfb545837
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/sysutils/filutilh.inc

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

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