mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 22:12:33 +02:00

+ Fixed dyn. loading of ODBC and cleanup of non-fpc code + TODBCConnection now uses odbcsqldyn git-svn-id: trunk@1687 -
8 lines
63 B
ObjectPascal
8 lines
63 B
ObjectPascal
unit odbcsql;
|
|
|
|
{$UNDEF DYNLOADINGODBC}
|
|
|
|
{$i odbcsql.inc}
|
|
|
|
end.
|