mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 13:56:09 +02:00
lcl: return back TData and TTime definitions
git-svn-id: trunk@24778 -
This commit is contained in:
parent
a0ec6e5741
commit
e35edecdc5
@ -74,10 +74,10 @@ type
|
|||||||
TWinControlClass = class of TWinControl;
|
TWinControlClass = class of TWinControl;
|
||||||
TControlClass = class of TControl;
|
TControlClass = class of TControl;
|
||||||
|
|
||||||
{$if (FPC_VERSION <= 2) and (FPC_RELEASE < 5)}
|
//{$if (FPC_VERSION <= 2) and (FPC_RELEASE < 5)}
|
||||||
TDate = type TDateTime;
|
TDate = type TDateTime;
|
||||||
TTime = type TDateTime;
|
TTime = type TDateTime;
|
||||||
{$endif}
|
//{$endif}
|
||||||
|
|
||||||
// ToDo: move this to a message definition unit
|
// ToDo: move this to a message definition unit
|
||||||
TCMMouseWheel = record
|
TCMMouseWheel = record
|
||||||
|
Loading…
Reference in New Issue
Block a user