mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 05:09:31 +02:00
* tz_ prefixed for timezone
This commit is contained in:
parent
ef22375e59
commit
c505806918
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
Type
|
Type
|
||||||
timezone = packed record
|
timezone = packed record
|
||||||
minuteswest,
|
tz_minuteswest,
|
||||||
dsttime : cint;
|
tz_dsttime : cint;
|
||||||
end;
|
end;
|
||||||
ptimezone =^timezone;
|
ptimezone =^timezone;
|
||||||
TTimeZone = timezone;
|
TTimeZone = timezone;
|
||||||
@ -67,7 +67,10 @@ Const
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2003-09-27 13:45:58 peter
|
Revision 1.6 2004-12-02 11:22:11 marco
|
||||||
|
* tz_ prefixed for timezone
|
||||||
|
|
||||||
|
Revision 1.5 2003/09/27 13:45:58 peter
|
||||||
* fpnanosleep exported in baseunix
|
* fpnanosleep exported in baseunix
|
||||||
* fpnanosleep has pointer arguments to be C compliant
|
* fpnanosleep has pointer arguments to be C compliant
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user