Fix MinGW build
@wolfpld: Just made changes to fix the build for now, should probably not be merged until it is tested properly - is there a standard procedure for that already?
Feel like the __except1 macro control flow also needs to be checked, seems a bit iffy.
should probably not be merged until it is tested properly - is there a standard procedure for that already?
There is nothing formalized for that.
should probably not be merged until it is tested properly - is there a standard procedure for that already?
There is nothing formalized for that.
Alright, will see if I can find more time to test this properly, should probably not be merged until it is tested properly by someone.
This PR doesn't work for me 100%. The __try1 stuff is broken with the zig compiler toolchain. I believe we will want to simply disable this "safe" approach via an option in CMake. The other fixes are good.
Fixed by #1078