Fixed calling convention for non-Windows platforms
This commit is contained in:
parent
e65f206554
commit
0f609f6e22
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ namespace OpenTK.Rewrite
|
|||
{
|
||||
var signature = new CallSite(reference.ReturnType)
|
||||
{
|
||||
CallingConvention = MethodCallingConvention.StdCall,
|
||||
CallingConvention = MethodCallingConvention.Default,
|
||||
};
|
||||
if (reference is GenericInstanceMethod)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue