mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 22:20:19 +02:00
+ Merged revision 254
git-svn-id: branches/fixes_2_0@256 -
This commit is contained in:
parent
82f407960e
commit
4c2b40951a
@ -28,11 +28,7 @@ type
|
||||
Mode : longint;
|
||||
RecSize : SizeInt;
|
||||
_private : array[1..3 * SizeOf(SizeInt) + 5 * SizeOf (pointer)] of byte;
|
||||
{$ifndef FPC_HASUSERDATA32}
|
||||
UserData : array[1..16] of byte;
|
||||
{$else FPC_HASUSERDATA32}
|
||||
UserData : array[1..32] of byte;
|
||||
{$endif FPC_HASUSERDATA32}
|
||||
name : array[0..filerecnamelength] of char;
|
||||
End;
|
||||
|
||||
|
@ -38,11 +38,7 @@ type
|
||||
inoutfunc,
|
||||
flushfunc,
|
||||
closefunc : pointer;
|
||||
{$ifndef FPC_HASUSERDATA32}
|
||||
UserData : array[1..16] of byte;
|
||||
{$else FPC_HASUSERDATA32}
|
||||
UserData : array[1..32] of byte;
|
||||
{$endif FPC_HASUSERDATA32}
|
||||
name : array[0..textrecnamelength-1] of char;
|
||||
LineEnd : TLineEndStr;
|
||||
buffer : textbuf;
|
||||
|
Loading…
Reference in New Issue
Block a user