AROS: RTL doslib, record field members update

Update some doslib RTL record field members for AROS compatiblity.
This commit is contained in:
magorium 2022-05-01 08:23:18 +02:00 committed by Charlie Balogh
parent d207a293c7
commit 94d47bf7cb

View File

@ -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_BufSize : DWord;
fh_Buf2 : BPTR; 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_SegList : BPTR; { BPTR }
dvi_NoAROS2 : 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;