Also disabled use of seh exceptions when compiling with MingW as they are not supported with said compiler. Actually MingW somewhat supports them with custom __try1/__except1 macros, but they do not map 1:1. Disabling seh exceptions will loose ability to rollback but hey, at least everything compiles and works as long as there are no crashes.
Fixed #7.
Also disabled use of seh exceptions when compiling with MingW as they are not supported with said compiler. Actually MingW somewhat supports them with custom
__try1
/__except1
macros, but they do not map 1:1. Disabling seh exceptions will loose ability to rollback but hey, at least everything compiles and works as long as there are no crashes.