* add resolution of DLL name under OS/2

git-svn-id: trunk@29689 -
This commit is contained in:
Tomas Hajny 2015-02-13 22:36:49 +00:00
parent 95c0092a54
commit 2e2ca8684d

View File

@ -13,9 +13,17 @@ const
{$endif unix} {$endif unix}
{$ifdef windows} {$ifdef windows}
libname = 'tw13628a.dll'; {$DEFINE NODLLPREFIX}
{$endif windows} {$endif windows}
{$ifdef os2}
{$DEFINE NODLLPREFIX}
{$endif os2}
{$IFDEF NODLLPREFIX}
libname = 'tw13628a.' + SharedSuffix;
{$ENDIF NODLLPREFIX}
var var
hdl: TLibHandle; hdl: TLibHandle;
begin begin