Opentk/Source
Stefanos A. 78c0c6fd4c Use unmanaged StdCall calling convention
Default results in a managed calling convention which does not generate
unmanaged thunking code for parameter marshaling.
System.Runtime.InteropServices.CallingConvention.Winapi appears to
correspond to StdCall for calli callsites (this might be different for
pinvoke, which supports an unmanaged "platformapi" calling convention.)
Needs more testing to prove this is doing the right thing on non-Windows
platforms.
2013-11-29 19:11:52 +01:00
..
Bind Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
Converter Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
Examples Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
GLControl Setup correct class style for OpenGL 2013-11-16 22:38:17 +01:00
OpenTK Removed deleted file from project 2013-11-28 23:23:03 +01:00
OpenTK.Rewrite Use unmanaged StdCall calling convention 2013-11-29 19:11:52 +01:00