mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-17 04:40:34 +01:00
13 lines
126 B
ObjectPascal
13 lines
126 B
ObjectPascal
{
|
|
Contains the mysql calls for MySQL 5.0
|
|
}
|
|
|
|
unit mysql50;
|
|
|
|
{$UNDEF LinkDynamically}
|
|
{$DEFINE MYSQL50}
|
|
|
|
{$i mysql.inc}
|
|
|
|
end.
|