Components, SQLDb: fixed incorrect versioning directive (apparently nobody tried to compile bigide with FPC 2.6.0 since August)

git-svn-id: trunk@43558 -
This commit is contained in:
maxim 2013-12-16 22:31:40 +00:00
parent cbe216ad86
commit c16dcaa5d3

View File

@ -18,7 +18,7 @@ unit registersqldb;
{$DEFINE HASSQLITE3CONNECTION}
{$ENDIF}
{$IFDEF FPC_FULLVERSION>=20602}
{$IF FPC_FULLVERSION>=20602}
{$DEFINE HASSQLITE3CONNECTION} // Include for win64, if fpc > 2.6.2
{$ENDIF}