* 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:
svenbarth 2020-06-25 20:42:28 +00:00
parent d22e24937a
commit 56fdba2c9b

View File

@ -2374,6 +2374,7 @@ begin
pd.proccalloption:=pocall_cdecl
else
pd.proccalloption:=pocall_stdcall;
include(pd.procoptions,po_hascallingconvention);
end;