mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 07:49:32 +02:00
* partial fix for Mantis #37253: po_hascallingconvention needs to be set as well when setting tprocdef.proccalloption
git-svn-id: trunk@45692 -
This commit is contained in:
parent
d22e24937a
commit
56fdba2c9b
@ -2374,6 +2374,7 @@ begin
|
|||||||
pd.proccalloption:=pocall_cdecl
|
pd.proccalloption:=pocall_cdecl
|
||||||
else
|
else
|
||||||
pd.proccalloption:=pocall_stdcall;
|
pd.proccalloption:=pocall_stdcall;
|
||||||
|
include(pd.procoptions,po_hascallingconvention);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user