mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 04:53:42 +02:00
13 lines
129 B
ObjectPascal
13 lines
129 B
ObjectPascal
{
|
|
Contains the mysql calls for MySQL 4.0
|
|
}
|
|
|
|
unit mysql40dyn;
|
|
|
|
{$DEFINE LinkDynamically}
|
|
{$UNDEF MYSQL41}
|
|
|
|
{$i mysql.inc}
|
|
|
|
end.
|