mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Win32 interface abi fix
This commit is contained in:
parent
11b9463fcd
commit
82fed8ea6f
1 changed files with 4 additions and 0 deletions
|
@ -305,6 +305,10 @@ namespace System.Reflection
|
|||
}
|
||||
|
||||
bool splatThis = thisType.IsSplattable && !mMethodData.mFlags.HasFlag(.Mutating);
|
||||
#if BF_PLATFORM_WINDOWS && BF_32_BIT
|
||||
if ((mTypeInstance.IsInterface) && (splatThis))
|
||||
abi = .MS_CDecl;
|
||||
#endif
|
||||
AddArg!::(-1, ref target, &target.[Friend]mData, thisType, splatThis);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue