Open genotrance opened 5 years ago
Change the calling convention of nimgen to cdecl by default, maybe with a
when defined(vcc): {.push callingConvention: stdcall.} else: {.push callingConvention: cdecl.}```
Change the calling convention of nimgen to cdecl by default, maybe with a