+ Removed FPC_LINEEND_IN_TEXTREC define

git-svn-id: trunk@249 -
This commit is contained in:
michael 2005-06-07 20:56:24 +00:00
parent a44d5f5c13
commit b1b3e0ea6f

View File

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