|
@@ -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
|