mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-15 13:20:09 +02:00
14 lines
163 B
ObjectPascal
14 lines
163 B
ObjectPascal
{
|
|
Contains the TMysqlConnection for MySQL 4.0
|
|
|
|
temporary backwards compatibility for Lazarus
|
|
}
|
|
|
|
unit mysql4conn;
|
|
|
|
{$DEFINE MYSQL4}
|
|
|
|
{$i mysqlconn.inc}
|
|
|
|
end.
|