* ODBC library is called odbc32 on windows

git-svn-id: trunk@17208 -
This commit is contained in:
michael 2011-03-30 10:54:21 +00:00
parent bc46ea5cba
commit 5a84a0c4ef

View File

@ -20,7 +20,11 @@
{$endif fpc}
{$ifndef DYNLOADINGODBC}
{$IFDEF WINDOWS}
{$linklib odbc32}
{$ELSE}
{$linklib odbc}
{$endif}
{$endif}
interface