Use TFPList in fpc 2.6.1 now

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2574 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2012-10-22 13:37:15 +00:00
parent 13d25e5e00
commit 7d73bd43ac

View File

@@ -43,11 +43,7 @@ type
type
{$UNDEF wst_use_fplist}
{$IFDEF FPC}
{$IF Defined(FPC_VERSION) and
( (FPC_VERSION > 2) or
( (FPC_VERSION = 2) and (FPC_RELEASE > 6) )
)
}
{$IF Defined(FPC_FULLVERSION) and (FPC_FULLVERSION>=20601)}
{$DEFINE wst_use_fplist}
{$IFEND}
{$ENDIF FPC}