mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:49:31 +02:00
* use calling convention that is not the default on any platform
git-svn-id: trunk@14399 -
This commit is contained in:
parent
3d1c799190
commit
0247d0c2ee
@ -17,7 +17,7 @@ type
|
||||
TClass1 = class(TInterfacedObject, IIntf1, IIntf2)
|
||||
private
|
||||
FIntf2:IIntf2;
|
||||
function GetIntf2:IIntf2;stdcall; // <--- should be forbidden
|
||||
function GetIntf2:IIntf2;cdecl; // <--- should be forbidden
|
||||
public
|
||||
constructor Create;
|
||||
property I:IIntf2 read GetIntf2 implements IIntf2;
|
||||
|
Loading…
Reference in New Issue
Block a user