Преглед на файлове

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

git-svn-id: trunk@14581 -
florian преди 15 години
родител
ревизия
775f532c95
променени са 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;