* Added {$i fpcdefs.inc}, was missing in the newly added unit, causing incorrect parameter positions on some platforms (e.g. broken tsafecall2, tsafecall3).

git-svn-id: trunk@21318 -
This commit is contained in:
sergei 2012-05-17 17:34:12 +00:00
parent 6c0ba4af0c
commit 19053de279

View File

@ -21,6 +21,7 @@
}
unit pparautl;
{$i fpcdefs.inc}
interface