lazutils: disabled workaround for fpc 2.7.1

git-svn-id: trunk@40264 -
This commit is contained in:
mattias 2013-02-11 17:09:17 +00:00
parent 8bca6ba724
commit 001b0ed1f6

View File

@ -364,7 +364,7 @@ const
*
******************************************************************)
procedure TT_Done_Stream( stream : TT_Stream );
{$IF FPC_FULLVERSION>=20701}
{$IF FPC_FULLVERSION<20701}
var
p: Pointer;
{$ENDIF}