Explorar el Código

Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time

git-svn-id: trunk@47204 -
ondrej hace 4 años
padre
commit
f529253c0b
Se han modificado 1 ficheros con 2 adiciones y 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;