The source project of this merge request has been removed.
Fix static build on Windows
When building on Windows statically the flag FFI_STATIC_BUILD must be defined during compilation in order to NOT export functions with a __declspec(dllexport). If not, symbols are not correctly imported during static linkage.