mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 05:49:15 +02:00
Merged revision(s) 54920 from branches/fixes_1_8:
Fixed compile ifdef ........ git-svn-id: trunk@54921 -
This commit is contained in:
parent
db2a57aa2c
commit
f3fe0c0137
@ -31,7 +31,10 @@ unit registersqldb;
|
||||
{$DEFINE HASPQCONNECTION}
|
||||
{$DEFINE HASSQLITE3CONNECTION}
|
||||
|
||||
{$IF (FPC_FULLVERSION>30302) or undefined(win64)}
|
||||
{$IFndef win64}
|
||||
{$DEFINE HASORACLECONNECTION}
|
||||
{$ENDIF}
|
||||
{$IF (FPC_FULLVERSION>30302)}
|
||||
{$DEFINE HASORACLECONNECTION}
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user