mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 14:50:24 +02:00
* fixed import crash with explicit provided name
This commit is contained in:
parent
fd632f7a50
commit
ff172b6b2d
@ -149,7 +149,8 @@ const
|
||||
NN : longint;
|
||||
begin
|
||||
{ force the current mangledname }
|
||||
aprocdef.has_mangledname:=true;
|
||||
if assigned(aprocdef) then
|
||||
aprocdef.has_mangledname:=true;
|
||||
{ append extension if required }
|
||||
GetDefExt(NN,PP);
|
||||
hs:=DllName(module,NN,PP);
|
||||
@ -1628,7 +1629,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.15 2003-04-27 09:14:48 florian
|
||||
Revision 1.16 2003-05-13 15:15:25 peter
|
||||
* fixed import crash with explicit provided name
|
||||
|
||||
Revision 1.15 2003/04/27 09:14:48 florian
|
||||
* aprocdef instead of aktprocdef must be used
|
||||
|
||||
Revision 1.14 2003/04/27 07:29:52 peter
|
||||
|
Loading…
Reference in New Issue
Block a user