mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 23:48:40 +01:00
sqldb: TSQLDBLibraryLoader, TPQEventMonitor, TFBEventMonitor and TFBAdmin were backported to FPC 2.6.3
git-svn-id: trunk@43188 -
This commit is contained in:
parent
ae6aba0c87
commit
b271c77ae6
@ -41,12 +41,11 @@ unit registersqldb;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
{$IF FPC_FULLVERSION>= 20700}
|
||||
// FBAdmin component introduced in FPC 2.7
|
||||
{$DEFINE HASFBADMIN}
|
||||
{$DEFINE HASPQEVENT}
|
||||
{$DEFINE HASFBEVENT}
|
||||
{$DEFINE HASLIBLOADER}
|
||||
{$IF FPC_FULLVERSION >= 20604}
|
||||
{$DEFINE HASFBADMIN}
|
||||
{$DEFINE HASPQEVENT}
|
||||
{$DEFINE HASFBEVENT}
|
||||
{$DEFINE HASLIBLOADER}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFNDEF Solaris}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user