mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 14:21:36 +01:00
* fixed managledname
This commit is contained in:
parent
02f4482788
commit
477b084644
@ -117,6 +117,9 @@ implementation
|
||||
hp2 : timported_item;
|
||||
hs : string;
|
||||
begin
|
||||
{ force the current mangledname }
|
||||
aktprocdef.has_mangledname:=true;
|
||||
{ append extension if required }
|
||||
hs:=DllName(module);
|
||||
{ search for the module }
|
||||
hp1:=timportlist(current_module.imports.first);
|
||||
@ -1603,7 +1606,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.21 2001-11-02 22:58:12 peter
|
||||
Revision 1.22 2002-01-19 11:53:07 peter
|
||||
* fixed managledname
|
||||
|
||||
Revision 1.21 2001/11/02 22:58:12 peter
|
||||
* procsym definition rewrite
|
||||
|
||||
Revision 1.20 2001/10/12 16:06:27 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user