Ver código fonte

Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time

git-svn-id: trunk@47204 -
ondrej 4 anos atrás
pai
commit
f529253c0b
1 arquivos alterados com 2 adições e 2 exclusões
  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;