Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Use extern "system" over extern "stdcall"/"C" #122

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

extern "system" equals:

Given 64-bit Windows has only one calling convention anyway this should be good enough for our needs. The biggest benefit of this is that our attribute tests don't need to hack around different calling conventions in the target files anymore. \o/