浏览代码

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

florian 23 年之前
父节点
当前提交
0206d6401c
共有 1 个文件被更改,包括 8 次插入2 次删除
  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