Opentk/Source/OpenTK.Rewrite
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
..
Dependencies Build 3.5 profile with Visual Studio 2013-11-27 08:28:39 +01:00
Properties Implemented dll rewriter using Mono.Cecil 2013-11-25 00:19:54 +01:00
OpenTK.Rewrite.csproj Protect against multiple runs; optimize il 2013-11-26 19:06:39 +01:00
Program.cs Use unmanaged StdCall calling convention 2013-11-29 19:11:52 +01:00