mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-01 13:13:40 +02:00
13 lines
130 B
ObjectPascal
13 lines
130 B
ObjectPascal
{
|
|
Contains the mysql calls for MySQL 5.0
|
|
}
|
|
|
|
unit mysql50dyn;
|
|
|
|
{$DEFINE LinkDynamically}
|
|
{$DEFINE MYSQL50}
|
|
|
|
{$i mysql.inc}
|
|
|
|
end.
|