sqldb: enabled TSQLDBLibraryLoader, TPQEventMonitor, TFBEventMonitor and TFBAdmin for FPC 2.6.3 too in order to allow to test them before FPC 2.6.4 is released (FPC 2.6.3 built in February is OK)

git-svn-id: trunk@43194 -
This commit is contained in:
maxim 2013-10-09 23:57:27 +00:00
parent f294a66a90
commit cc878b3646

View File

@ -41,7 +41,7 @@ unit registersqldb;
{$ENDIF}
{$ENDIF}
{$IF FPC_FULLVERSION >= 20604}
{$IF FPC_FULLVERSION >= 20603}
{$DEFINE HASFBADMIN}
{$DEFINE HASPQEVENT}
{$DEFINE HASFBEVENT}