mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 17:14:54 +01: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.
|