Browse Source

* tz_ added to ttimezoen fields

marco 20 years ago
parent
commit
7869e4893c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/linux/ostypes.inc

+ 5 - 2
rtl/linux/ostypes.inc

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