Closed Eathox closed 2 years ago
The callback function used for testing in emulate.rs (https://github.com/BrettMayson/arma-rs/blob/main/arma-rs/tests/emulate.rs#L131) has the wrong extern on windows. On windows register_callback expects extern "stdcall".
register_callback
extern "stdcall"
The callback function used for testing in emulate.rs (https://github.com/BrettMayson/arma-rs/blob/main/arma-rs/tests/emulate.rs#L131) has the wrong extern on windows. On windows
register_callback
expectsextern "stdcall"
.