mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 02:19:27 +02:00
AROS: RTL doslib, record field members update
Update some doslib RTL record field members for AROS compatiblity.
This commit is contained in:
parent
d207a293c7
commit
94d47bf7cb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user