mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:50:36 +02:00
+ Removed FPC_LINEEND_IN_TEXTREC define
git-svn-id: trunk@249 -
This commit is contained in:
parent
a44d5f5c13
commit
b1b3e0ea6f
@ -30,11 +30,7 @@ type
|
||||
Handle : THandle;
|
||||
Mode : longint;
|
||||
bufsize : SizeInt;
|
||||
{$IFDEF FPC_LINEEND_IN_TEXTREC}
|
||||
_private : SizeInt;
|
||||
{$ELSE FPC_LINEEND_IN_TEXTREC}
|
||||
LineEnd : TLineEndStr;
|
||||
{$ENDIF FPC_LINEEND_IN_TEXTREC}
|
||||
bufpos,
|
||||
bufend : SizeInt;
|
||||
bufptr : ^textbuf;
|
||||
@ -48,9 +44,7 @@ type
|
||||
UserData : array[1..32] of byte;
|
||||
{$endif FPC_HASUSERDATA32}
|
||||
name : array[0..textrecnamelength-1] of char;
|
||||
{$IFDEF FPC_LINEEND_IN_TEXTREC}
|
||||
LineEnd : TLineEndStr;
|
||||
{$ENDIF FPC_LINEEND_IN_TEXTREC}
|
||||
buffer : textbuf;
|
||||
End;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user