mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +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) }
|
||||
{$if not(defined(windows)) and not(defined(win32))}
|
||||
{ Win32 reuses the struct from the Windows unit }
|
||||
{$DEFINE HAS_SYSTEMTIME}
|
||||
{$endif windows}
|
||||
|
||||
{$IFNDEF HAS_SYSTEMTIME}
|
||||
TSystemTime = record
|
||||
Year, Month, Day, DayOfWeek: word;
|
||||
Hour, Minute, Second, MilliSecond: word;
|
||||
end ;
|
||||
{$endif windows}
|
||||
{$ENDIF}
|
||||
|
||||
TTimeStamp = record
|
||||
Time: longint; { Number of milliseconds since midnight }
|
||||
|
Loading…
Reference in New Issue
Block a user