* make cdecl the default calling convention for all platforms except Windows again

git-svn-id: trunk@12548 -
This commit is contained in:
Tomas Hajny 2009-01-13 22:58:19 +00:00
parent 3430f90b2c
commit 0f27150e32

View File

@ -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