mysql4conn.pas 163 B

12345678910111213
  1. {
  2. Contains the TMysqlConnection for MySQL 4.0
  3. temporary backwards compatibility for Lazarus
  4. }
  5. unit mysql4conn;
  6. {$DEFINE MYSQL4}
  7. {$i mysqlconn.inc}
  8. end.