Explorar o código

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

git-svn-id: trunk@14573 -
florian %!s(int64=15) %!d(string=hai) anos
pai
achega
06e604cffd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rtl/inc/systemh.inc

+ 2 - 0
rtl/inc/systemh.inc

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