SQLDB: Enable TOracleConnection on Win64 when the compiler has support for it. Issue #36635.

git-svn-id: trunk@62598 -
This commit is contained in:
juha 2020-01-30 10:50:44 +00:00
parent 2404e52688
commit cfcc3b5d82
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ unit reportconns;
{$DEFINE HASPQCONNECTION}
{$DEFINE HASSQLITE3CONNECTION}
{$IF (FPC_FULLVERSION>30302) or not defined(win64)}
{$IF (FPC_FULLVERSION>=30002) or not defined(win64)}
{$DEFINE HASORACLECONNECTION}
{$ENDIF}

View File

@ -32,7 +32,7 @@ unit registersqldb;
{$DEFINE HASPQCONNECTION}
{$DEFINE HASSQLITE3CONNECTION}
{$IF (FPC_FULLVERSION>30302) or not defined(win64)}
{$IF (FPC_FULLVERSION>=30002) or not defined(win64)}
{$DEFINE HASORACLECONNECTION}
{$ENDIF}

View File

@ -9,7 +9,7 @@ unit schemaconns;
{$DEFINE HASPQCONNECTION}
{$DEFINE HASSQLITE3CONNECTION}
{$IF (FPC_FULLVERSION>30302) or not defined(win64)}
{$IF (FPC_FULLVERSION>=30002) or not defined(win64)}
{$DEFINE HASORACLECONNECTION}
{$ENDIF}