mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-01 18:33:45 +02:00
13 lines
125 B
ObjectPascal
13 lines
125 B
ObjectPascal
{
|
|
Contains the mysql calls for MySQL 4.0
|
|
}
|
|
|
|
unit mysql40;
|
|
|
|
{$UNDEF LinkDynamically}
|
|
{$UNDEF MYSQL41}
|
|
|
|
{$i mysql.inc}
|
|
|
|
end.
|