Browse Source

* added target netwlibc

armin 21 years ago
parent
commit
33d67e9547
1 changed files with 7 additions and 1 deletions
  1. 7 1
      rtl/objpas/sysutils/filutilh.inc

+ 7 - 1
rtl/objpas/sysutils/filutilh.inc

@@ -31,6 +31,9 @@ Type
 {$endif}
 {$ifdef netware}
     FindData : TNetwareFindData;
+{$endif}
+{$ifdef netwlibc}
+    FindData : TNetwareLibcFindData;
 {$endif}
   end;
 
@@ -89,7 +92,10 @@ Function GetFileHandle(var f : Text):Longint;
 
 {
   $Log$
-  Revision 1.5  2004-05-01 11:56:25  marco
+  Revision 1.6  2004-09-05 00:02:40  armin
+  * added target netwlibc
+
+  Revision 1.5  2004/05/01 11:56:25  marco
    * fileno -> getfilehandle
 
   Revision 1.4  2004/05/01 11:04:34  marco