Explorar o código

Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time

git-svn-id: trunk@47204 -
ondrej %!s(int64=4) %!d(string=hai) anos
pai
achega
f529253c0b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rtl/objpas/sysutils/filutilh.inc

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

@@ -46,7 +46,7 @@ Type
 
   // The actual unicode search record
   TUnicodeSearchRec = Record
-    Time : Int64;
+    Time : Int64 deprecated 'use TimeStamp instead';
     Size : Int64;
     Attr : Longint;
     Name : UnicodeString;
@@ -65,7 +65,7 @@ Type
   end;
 
   TRawbyteSearchRec = Record
-    Time : Int64;
+    Time : Int64 deprecated 'use TimeStamp instead';
     Size : Int64;
     Attr : Longint;
     Name : RawByteString;