mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:49:22 +02:00
* fixed TTimeStamp for integer=smallint
git-svn-id: trunk@27087 -
This commit is contained in:
parent
54e561dfa4
commit
8926a3268c
@ -89,8 +89,8 @@ type
|
|||||||
{$endif windows}
|
{$endif windows}
|
||||||
|
|
||||||
TTimeStamp = record
|
TTimeStamp = record
|
||||||
Time: integer; { Number of milliseconds since midnight }
|
Time: longint; { Number of milliseconds since midnight }
|
||||||
Date: integer; { One plus number of days since 1/1/0001 }
|
Date: longint; { One plus number of days since 1/1/0001 }
|
||||||
end ;
|
end ;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user