mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 02:50:05 +02:00
+ Removed FPC_HASUSERDATA32 define
git-svn-id: trunk@254 -
This commit is contained in:
parent
b6d3df6cb8
commit
71318f202b
@ -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