소스 검색

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

git-svn-id: trunk@14573 -
florian 15 년 전
부모
커밋
06e604cffd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;