mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:49:16 +02:00
* ODBC library is called odbc32 on windows
git-svn-id: trunk@17208 -
This commit is contained in:
parent
bc46ea5cba
commit
5a84a0c4ef
@ -20,7 +20,11 @@
|
|||||||
{$endif fpc}
|
{$endif fpc}
|
||||||
|
|
||||||
{$ifndef DYNLOADINGODBC}
|
{$ifndef DYNLOADINGODBC}
|
||||||
|
{$IFDEF WINDOWS}
|
||||||
|
{$linklib odbc32}
|
||||||
|
{$ELSE}
|
||||||
{$linklib odbc}
|
{$linklib odbc}
|
||||||
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
Loading…
Reference in New Issue
Block a user