Browse Source

+ patch by Sven Barth to add TDate and TTime to the system unit, resolves #15474

git-svn-id: trunk@14573 -
florian 15 years ago
parent
commit
06e604cffd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/inc/systemh.inc

+ 2 - 0
rtl/inc/systemh.inc

@@ -300,6 +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;
 {$endif}
 {$endif}
   TError               = type Longint;
   TError               = type Longint;