Browse Source

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

git-svn-id: trunk@12548 -
Tomas Hajny 16 years ago
parent
commit
0f27150e32
1 changed files with 1 additions and 3 deletions
  1. 1 3
      packages/libgd/src/libgd.pas

+ 1 - 3
packages/libgd/src/libgd.pas

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