mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 20:27:13 +01:00
* default calling convention changed to stdcall
This commit is contained in:
parent
d77cf79d3b
commit
b3ef859971
@ -161,7 +161,7 @@ interface
|
|||||||
);
|
);
|
||||||
|
|
||||||
{ Default calling convention }
|
{ Default calling convention }
|
||||||
pocall_default = pocall_oldfpccall;
|
pocall_default = pocall_stdcall;
|
||||||
|
|
||||||
type
|
type
|
||||||
stringid = string[maxidlen];
|
stringid = string[maxidlen];
|
||||||
@ -210,7 +210,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.42 2003-09-07 22:09:35 peter
|
Revision 1.43 2003-09-28 13:39:58 peter
|
||||||
|
* default calling convention changed to stdcall
|
||||||
|
|
||||||
|
Revision 1.42 2003/09/07 22:09:35 peter
|
||||||
* preparations for different default calling conventions
|
* preparations for different default calling conventions
|
||||||
* various RA fixes
|
* various RA fixes
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user