mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 17:33:18 +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;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user