Browse Source

* LPSystemTime added.

marco 24 years ago
parent
commit
f530871848
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/win32/win32.inc

+ 5 - 1
rtl/win32/win32.inc

@@ -105,6 +105,7 @@ type
     dwHighDateTime : DWORD;
     dwHighDateTime : DWORD;
   end;
   end;
 
 
+  LPSystemTime= ^PSystemTime;
   PSystemTime = ^TSystemTime;
   PSystemTime = ^TSystemTime;
   TSystemTime = record
   TSystemTime = record
     wYear,
     wYear,
@@ -119,7 +120,10 @@ type
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2001-05-02 10:18:04  marco
+  Revision 1.5  2001-05-02 10:25:23  marco
+   * LPSystemTime added.
+
+  Revision 1.4  2001/05/02 10:18:04  marco
    * Added plpwstr, plpstr. Moved lpwstr to the system unit (though the win32
    * Added plpwstr, plpstr. Moved lpwstr to the system unit (though the win32
   part). Delphi has it that way.
   part). Delphi has it that way.