mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 22:39:18 +02:00
Components, SQLdb: enabled TMySQL56Connection for FPC 2.6.3 and higher (bug #25471)
git-svn-id: trunk@43616 -
This commit is contained in:
parent
6180212a33
commit
8db920c565
@ -49,7 +49,7 @@ unit registersqldb;
|
||||
{$DEFINE HASLIBLOADER}
|
||||
{$ENDIF}
|
||||
|
||||
{$IF FPC_FULLVERSION>= 20701}
|
||||
{$IF FPC_FULLVERSION>= 20603}
|
||||
{$DEFINE HASMYSQL56CONNECTION}
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user