Browse Source

* we've to reimport TSystemTime time from the windows unit

florian 23 years ago
parent
commit
0206d6401c
1 changed files with 8 additions and 2 deletions
  1. 8 2
      rtl/win32/sysutils.pp

+ 8 - 2
rtl/win32/sysutils.pp

@@ -29,8 +29,11 @@ uses
 { Include platform independent interface part }
 {$i sysutilh.inc}
 
+type
+  TSystemTime = Windows.TSystemTime;
 
-Var Win32Platform : Longint;
+Var
+  Win32Platform : Longint;
 
 implementation
 
@@ -655,7 +658,10 @@ Finalization
 end.
 {
   $Log$
-  Revision 1.15  2002-09-07 16:01:29  peter
+  Revision 1.16  2002-10-02 21:17:03  florian
+    * we've to reimport TSystemTime time from the windows unit
+
+  Revision 1.15  2002/09/07 16:01:29  peter
     * old logs removed and tabs fixed
 
   Revision 1.14  2002/05/09 08:28:23  carl