mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:29:14 +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
|
// The actual unicode search record
|
||||||
TUnicodeSearchRec = Record
|
TUnicodeSearchRec = Record
|
||||||
Time : Int64;
|
Time : Int64 deprecated 'use TimeStamp instead';
|
||||||
Size : Int64;
|
Size : Int64;
|
||||||
Attr : Longint;
|
Attr : Longint;
|
||||||
Name : UnicodeString;
|
Name : UnicodeString;
|
||||||
@ -65,7 +65,7 @@ Type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
TRawbyteSearchRec = Record
|
TRawbyteSearchRec = Record
|
||||||
Time : Int64;
|
Time : Int64 deprecated 'use TimeStamp instead';
|
||||||
Size : Int64;
|
Size : Int64;
|
||||||
Attr : Longint;
|
Attr : Longint;
|
||||||
Name : RawByteString;
|
Name : RawByteString;
|
||||||
|
Loading…
Reference in New Issue
Block a user