mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* add resolution of DLL name under OS/2
git-svn-id: trunk@29689 -
This commit is contained in:
parent
95c0092a54
commit
2e2ca8684d
@ -13,9 +13,17 @@ const
|
||||
{$endif unix}
|
||||
|
||||
{$ifdef windows}
|
||||
libname = 'tw13628a.dll';
|
||||
{$DEFINE NODLLPREFIX}
|
||||
{$endif windows}
|
||||
|
||||
{$ifdef os2}
|
||||
{$DEFINE NODLLPREFIX}
|
||||
{$endif os2}
|
||||
|
||||
{$IFDEF NODLLPREFIX}
|
||||
libname = 'tw13628a.' + SharedSuffix;
|
||||
{$ENDIF NODLLPREFIX}
|
||||
|
||||
var
|
||||
hdl: TLibHandle;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user