mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:29:24 +02:00
* 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:
parent
00624ad7a3
commit
775f532c95
@ -300,8 +300,8 @@ Type
|
|||||||
HRESULT = type Longint;
|
HRESULT = type Longint;
|
||||||
{$ifndef FPUNONE}
|
{$ifndef FPUNONE}
|
||||||
TDateTime = type Double;
|
TDateTime = type Double;
|
||||||
TDate = type TDateTime;
|
// TDate = type TDateTime;
|
||||||
TTime = type TDateTime;
|
// TTime = type TDateTime;
|
||||||
{$endif}
|
{$endif}
|
||||||
TError = type Longint;
|
TError = type Longint;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user