mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 00:55:35 +00:00
Use C calling convention even on Windows
This commit is contained in:
parent
31d14cebff
commit
76f0782fb1
|
@ -417,7 +417,7 @@ namespace OpenTK.Rewrite
|
|||
{
|
||||
var signature = new CallSite(reference.ReturnType)
|
||||
{
|
||||
CallingConvention = MethodCallingConvention.StdCall,
|
||||
CallingConvention = MethodCallingConvention.C,
|
||||
};
|
||||
|
||||
foreach (var p in reference.Parameters)
|
||||
|
|
Loading…
Reference in a new issue