* disabled TTime and TDate for now till a solution for the conflicts on unix is found

git-svn-id: trunk@14581 -
This commit is contained in:
florian 2010-01-08 21:22:25 +00:00
parent 00624ad7a3
commit 775f532c95

View File

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