sqldb components: fixed registration of postgresql unit: available on win64 from fpc 2.6.1, but for other os-es also for 2.6.0.

git-svn-id: trunk@39320 -
This commit is contained in:
vincents 2012-11-20 11:08:32 +00:00
parent e790346803
commit 8c91e90e24

View File

@ -23,9 +23,14 @@ unit registersqldb;
{$DEFINE HASORACLECONNECTION}
{$ENDIF}
{$IF FPC_FULLVERSION>= 20600}
{$IF FPC_FULLVERSION>= 20601}
{$DEFINE HASPQCONNECTION}
{$ELSE}
{$IFNDEF win64}
{$DEFINE HASPQCONNECTION}
{$ENDIF}
{$ENDIF}
{$IF FPC_FULLVERSION>= 20601}
{$DEFINE HASMYSQL55CONNECTION}