From 775f532c954d4d3cf1189a21a844d1eb482eca66 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 8 Jan 2010 21:22:25 +0000 Subject: [PATCH] * disabled TTime and TDate for now till a solution for the conflicts on unix is found git-svn-id: trunk@14581 - --- rtl/inc/systemh.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc index 5b2caf6304..c1d4f7bf55 100644 --- a/rtl/inc/systemh.inc +++ b/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;