mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 01:12:04 +01:00
* tz_ added to ttimezoen fields
This commit is contained in:
parent
c505806918
commit
7869e4893c
@ -30,7 +30,7 @@ Type
|
||||
}
|
||||
|
||||
timezone = packed record
|
||||
minuteswest,dsttime:longint;
|
||||
tz_minuteswest,tz_dsttime:cint;
|
||||
end;
|
||||
ptimezone =^timezone;
|
||||
TTimeZone = timezone;
|
||||
@ -47,7 +47,10 @@ Const // generated by statmacr.c
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2004-02-06 23:06:16 florian
|
||||
Revision 1.9 2004-12-02 11:23:06 marco
|
||||
* tz_ added to ttimezoen fields
|
||||
|
||||
Revision 1.8 2004/02/06 23:06:16 florian
|
||||
- killed tsyscallregs
|
||||
|
||||
Revision 1.7 2004/02/06 21:17:41 daniel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user