This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Description
The plugin support added in #161 isn't exported on Windows so isn't actually usable in other projects. It might be easier by adding a __declspec macro instead of using the exports.def file as you have to export the mangled names in some cases which isn't ideal.
@clarkezone do you have any insight on how to handle this?