mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:49:35 +02:00
* we've to reimport TSystemTime time from the windows unit
This commit is contained in:
parent
2ac16d265f
commit
0206d6401c
@ -29,8 +29,11 @@ uses
|
|||||||
{ Include platform independent interface part }
|
{ Include platform independent interface part }
|
||||||
{$i sysutilh.inc}
|
{$i sysutilh.inc}
|
||||||
|
|
||||||
|
type
|
||||||
|
TSystemTime = Windows.TSystemTime;
|
||||||
|
|
||||||
Var Win32Platform : Longint;
|
Var
|
||||||
|
Win32Platform : Longint;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
@ -655,7 +658,10 @@ Finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.15 2002-09-07 16:01:29 peter
|
Revision 1.16 2002-10-02 21:17:03 florian
|
||||||
|
* we've to reimport TSystemTime time from the windows unit
|
||||||
|
|
||||||
|
Revision 1.15 2002/09/07 16:01:29 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.14 2002/05/09 08:28:23 carl
|
Revision 1.14 2002/05/09 08:28:23 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user