sqldb: TSQLDBLibraryLoader, TPQEventMonitor, TFBEventMonitor and TFBAdmin are actually available in FPC 2.6.2, bug #25200

git-svn-id: trunk@43263 -
This commit is contained in:
maxim 2013-10-17 19:43:24 +00:00
parent 316056f2f7
commit bde487616b

View File

@ -41,7 +41,8 @@ unit registersqldb;
{$ENDIF}
{$ENDIF}
{$IF FPC_FULLVERSION >= 20603}
{$IF FPC_FULLVERSION >= 20602}
// These were backported to FPC 2.6.2
{$DEFINE HASFBADMIN}
{$DEFINE HASPQEVENT}
{$DEFINE HASFBEVENT}