Components, SQLdb: enabled TMySQL56Connection for FPC 2.6.3 and higher (bug #25471)

git-svn-id: trunk@43616 -
This commit is contained in:
maxim 2013-12-30 22:20:30 +00:00
parent 6180212a33
commit 8db920c565

View File

@ -49,7 +49,7 @@ unit registersqldb;
{$DEFINE HASLIBLOADER}
{$ENDIF}
{$IF FPC_FULLVERSION>= 20701}
{$IF FPC_FULLVERSION>= 20603}
{$DEFINE HASMYSQL56CONNECTION}
{$ENDIF}