From f529253c0b39dd374ef076e83f9416a3b96e156e Mon Sep 17 00:00:00 2001 From: ondrej Date: Mon, 26 Oct 2020 09:31:54 +0000 Subject: [PATCH] Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time git-svn-id: trunk@47204 - --- rtl/objpas/sysutils/filutilh.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/objpas/sysutils/filutilh.inc b/rtl/objpas/sysutils/filutilh.inc index 651deb9a34..7d26bd18d9 100644 --- a/rtl/objpas/sysutils/filutilh.inc +++ b/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;