You've already forked lazarus-ccr
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user