mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +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 }
|
||||
{$i sysutilh.inc}
|
||||
|
||||
type
|
||||
TSystemTime = Windows.TSystemTime;
|
||||
|
||||
Var Win32Platform : Longint;
|
||||
Var
|
||||
Win32Platform : Longint;
|
||||
|
||||
implementation
|
||||
|
||||
@ -655,7 +658,10 @@ Finalization
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.14 2002/05/09 08:28:23 carl
|
||||
|
Loading…
Reference in New Issue
Block a user