mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +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}
|
||||
|
||||
TTimeStamp = record
|
||||
Time: integer; { Number of milliseconds since midnight }
|
||||
Date: integer; { One plus number of days since 1/1/0001 }
|
||||
Time: longint; { Number of milliseconds since midnight }
|
||||
Date: longint; { One plus number of days since 1/1/0001 }
|
||||
end ;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user