mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
parent
403ce8c2c1
commit
416e43903b
@ -6,8 +6,9 @@ interface
|
||||
|
||||
uses ctypes,
|
||||
{$IFDEF LinkDynamically}
|
||||
Dynlibs, sysutils,
|
||||
sysutils,
|
||||
{$ENDIF}
|
||||
Dynlibs, // always for sharedsuffix
|
||||
oratypes;
|
||||
|
||||
{
|
||||
@ -23,7 +24,7 @@ uses ctypes,
|
||||
{$IFDEF Unix}
|
||||
{$DEFINE extdecl:=cdecl}
|
||||
const
|
||||
ocilib = 'libociei.so';
|
||||
ocilib = 'libociei.'+sharedsuffix;
|
||||
{$ENDIF}
|
||||
{$IFDEF Windows}
|
||||
{$DEFINE extdecl:=stdcall}
|
||||
|
Loading…
Reference in New Issue
Block a user