git-svn-id: trunk@12942 -
@@ -5,11 +5,11 @@
convention mismatch when parsing the actual definition
}
-{$calling register}
+{$calling cdecl}
function test(l1,l2: longint): longint; forward;
{$calling stdcall}
-function test(l1,l2: longint): longint; register;
+function test(l1,l2: longint): longint; cdecl;
begin
end;