|
@@ -30,7 +30,7 @@ program tcalcst6;
|
|
|
|
|
|
{ On linux/i386 and linux/x86-64safecall is the same as cdecl, so it does not }
|
|
|
{ support all parameter types. }
|
|
|
-{$if (defined(linux) and (defined(cpui386) or defined(cpux86_64)))}
|
|
|
+{$if ((defined(linux) or defined(android)) and (defined(cpui386) or defined(cpux86_64)))}
|
|
|
{$define safecall_is_cdecl}
|
|
|
{$endif}
|
|
|
|