lcl: return back TData and TTime definitions

git-svn-id: trunk@24778 -
This commit is contained in:
paul 2010-04-21 02:02:42 +00:00
parent a0ec6e5741
commit e35edecdc5

View File

@ -74,10 +74,10 @@ type
TWinControlClass = class of TWinControl;
TControlClass = class of TControl;
{$if (FPC_VERSION <= 2) and (FPC_RELEASE < 5)}
//{$if (FPC_VERSION <= 2) and (FPC_RELEASE < 5)}
TDate = type TDateTime;
TTime = type TDateTime;
{$endif}
//{$endif}
// ToDo: move this to a message definition unit
TCMMouseWheel = record