Browse Source

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

git-svn-id: trunk@14581 -
florian 15 years ago
parent
commit
775f532c95
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/inc/systemh.inc

+ 2 - 2
rtl/inc/systemh.inc

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