+ Merged revision 254

git-svn-id: branches/fixes_2_0@256 -
This commit is contained in:
michael 2005-06-07 21:03:32 +00:00
parent 82f407960e
commit 4c2b40951a
2 changed files with 0 additions and 8 deletions

View File

@ -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;

View File

@ -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;