Colden Cullen
Colden Cullen
I appreciate the support :smile: Unfortunately, I don't think I have the time right now to devote to getting this up and running, and more importantly, pushed through the review...
The biggest issue is Phobos has a ton of code specific to platforms - the BSDs, the Linuxes, the Windowses, etc. Coverage for all of the platforms should be tracked,...
It sounds like a solution to this is to define `MYSOFA_EXPORT` to `__attribute__((visibility(default)))` and compile with `-fvisibility=hidden` on non-Windows platforms (per this [StackOverflow](https://stackoverflow.com/a/58913687)). @umlaeute I think that satisfies what you're...