mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-04 17:45:28 +01:00
13 lines
126 B
ObjectPascal
13 lines
126 B
ObjectPascal
{
|
|
Contains the mysql calls for MySQL 5.1
|
|
}
|
|
|
|
unit mysql51;
|
|
|
|
{$UNDEF LinkDynamically}
|
|
{$DEFINE MYSQL51}
|
|
|
|
{$i mysql.inc}
|
|
|
|
end.
|