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