+ 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:
florian 2010-01-08 09:56:09 +00:00
parent 8e9a7e14ad
commit 06e604cffd

View File

@ -300,6 +300,8 @@ Type
HRESULT = type Longint;
{$ifndef FPUNONE}
TDateTime = type Double;
TDate = type TDateTime;
TTime = type TDateTime;
{$endif}
TError = type Longint;