Browse Source

+ Fixed tfiletime problem

michael 26 years ago
parent
commit
75b750e247
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/objpas/sysutils.pp

+ 5 - 2
rtl/objpas/sysutils.pp

@@ -24,7 +24,7 @@ interface
        linux
        linux
     {$endif}
     {$endif}
     {$ifdef win32}
     {$ifdef win32}
-       windows,dos
+       dos,windows
     {$endif}
     {$endif}
     {$ifdef go32v1}
     {$ifdef go32v1}
        go32,dos
        go32,dos
@@ -338,7 +338,10 @@ begin
 end.
 end.
 {
 {
     $Log$
     $Log$
-    Revision 1.25  1999-04-08 16:26:31  michael
+    Revision 1.26  1999-04-09 08:40:46  michael
+    + Fixed tfiletime problem
+
+    Revision 1.25  1999/04/08 16:26:31  michael
     + Added (re)allocmem
     + Added (re)allocmem
 
 
     Revision 1.24  1999/04/08 12:23:05  peter
     Revision 1.24  1999/04/08 12:23:05  peter