mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 21:09:30 +02:00
Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time
git-svn-id: trunk@47204 -
This commit is contained in:
parent
34d3429e43
commit
f529253c0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user