mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 03:29:41 +02:00
* make cdecl the default calling convention for all platforms except Windows again
git-svn-id: trunk@12548 -
This commit is contained in:
parent
3430f90b2c
commit
0f27150e32
@ -44,10 +44,8 @@ const
|
||||
|
||||
{$IF Defined(WINDOWS)}
|
||||
{$DEFINE GDCALL := stdcall}
|
||||
{$ELSEIF Defined(UNIX)}
|
||||
{$ELSE}
|
||||
{$DEFINE GDCALL := cdecl}
|
||||
{$ELSEIF Defined(GO32V2)}
|
||||
{$DEFINE GDCALL := oldfpccall}
|
||||
{$IFEND}
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user