mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +02:00
* Make sure TSystemTime is seen by fpdoc
git-svn-id: trunk@31035 -
This commit is contained in:
parent
bb7e0f645f
commit
633c8c7118
@ -92,11 +92,15 @@ type
|
|||||||
{ windows isn't defined in 2.0.2 (FK) }
|
{ windows isn't defined in 2.0.2 (FK) }
|
||||||
{$if not(defined(windows)) and not(defined(win32))}
|
{$if not(defined(windows)) and not(defined(win32))}
|
||||||
{ Win32 reuses the struct from the Windows unit }
|
{ Win32 reuses the struct from the Windows unit }
|
||||||
|
{$DEFINE HAS_SYSTEMTIME}
|
||||||
|
{$endif windows}
|
||||||
|
|
||||||
|
{$IFNDEF HAS_SYSTEMTIME}
|
||||||
TSystemTime = record
|
TSystemTime = record
|
||||||
Year, Month, Day, DayOfWeek: word;
|
Year, Month, Day, DayOfWeek: word;
|
||||||
Hour, Minute, Second, MilliSecond: word;
|
Hour, Minute, Second, MilliSecond: word;
|
||||||
end ;
|
end ;
|
||||||
{$endif windows}
|
{$ENDIF}
|
||||||
|
|
||||||
TTimeStamp = record
|
TTimeStamp = record
|
||||||
Time: longint; { Number of milliseconds since midnight }
|
Time: longint; { Number of milliseconds since midnight }
|
||||||
|
Loading…
Reference in New Issue
Block a user