mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
+ patch by Sven Barth to add TDate and TTime to the system unit, resolves #15474
git-svn-id: trunk@14573 -
This commit is contained in:
parent
8e9a7e14ad
commit
06e604cffd
@ -300,6 +300,8 @@ Type
|
||||
HRESULT = type Longint;
|
||||
{$ifndef FPUNONE}
|
||||
TDateTime = type Double;
|
||||
TDate = type TDateTime;
|
||||
TTime = type TDateTime;
|
||||
{$endif}
|
||||
TError = type Longint;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user