Browse Source

AROS: RTL doslib, record field members update

Update some doslib RTL record field members for AROS compatiblity.
magorium 3 years ago
parent
commit
94d47bf7cb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      rtl/aros/doslibd.inc

+ 4 - 4
rtl/aros/doslibd.inc

@@ -390,8 +390,8 @@ type  // Checked OK 04.08.2011 ALB
     fh_Arg2       : PtrInt;    // SIPTR
     fh_Arg2       : PtrInt;    // SIPTR
 
 
     { *** V39+ *** }
     { *** V39+ *** }
-    fh_Size       : DWord;
-    fh_Buf2       : BPTR;
+    fh_BufSize    : DWord;
+    fh_OrigBuf    : BPTR;
   end;
   end;
 
 
 (*   OBSOLETE *************************
 (*   OBSOLETE *************************
@@ -674,8 +674,8 @@ type  // Checked TODO 04.08.2011 ALB
     dvi_StackSize: LongInt;
     dvi_StackSize: LongInt;
     dvi_Priority : LongInt;
     dvi_Priority : LongInt;
     dvi_Startup  : BPTR;
     dvi_Startup  : BPTR;
-    dvi_NoAROS1  : BPTR; { BPTR }
-    dvi_NoAROS2  : BPTR; { BPTR }
+    dvi_SegList  : BPTR; { BPTR }
+    dvi_GlobalVec: BPTR; { BPTR } // aka dvi_GlobVec
     dvi_Name     : BSTR; { BSTR }
     dvi_Name     : BSTR; { BSTR }
     // missing Aros Extension... DosListAROSExt;
     // missing Aros Extension... DosListAROSExt;
   end;
   end;