mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 18:39:52 +02:00
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:
parent
e790346803
commit
8c91e90e24
@ -23,9 +23,14 @@ unit registersqldb;
|
|||||||
{$DEFINE HASORACLECONNECTION}
|
{$DEFINE HASORACLECONNECTION}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{$IF FPC_FULLVERSION>= 20600}
|
{$IF FPC_FULLVERSION>= 20601}
|
||||||
|
{$DEFINE HASPQCONNECTION}
|
||||||
|
{$ELSE}
|
||||||
|
{$IFNDEF win64}
|
||||||
{$DEFINE HASPQCONNECTION}
|
{$DEFINE HASPQCONNECTION}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
|
||||||
{$IF FPC_FULLVERSION>= 20601}
|
{$IF FPC_FULLVERSION>= 20601}
|
||||||
{$DEFINE HASMYSQL55CONNECTION}
|
{$DEFINE HASMYSQL55CONNECTION}
|
||||||
|
Loading…
Reference in New Issue
Block a user