浏览代码

* reenabled ttime and tdate in system.

git-svn-id: trunk@15295 -
marco 15 年之前
父节点
当前提交
20499117de
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/inc/systemh.inc

+ 2 - 2
rtl/inc/systemh.inc

@@ -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;