ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.17k stars 110 forks source link

Use JNICALL for exported functions. #416

Closed wasabii closed 10 months ago

wasabii commented 10 months ago

Exported Set_ functions should be JNICALL, since that takes care of Windows stdcall. However, callbacks are not exported, and so should be cdecl.