fungos / cr

cr.h: A Simple C Hot Reload Header-only Library
https://fungos.github.io/cr-simple-c-hot-reload/
MIT License
1.56k stars 104 forks source link

Few fixes #8

Closed rokups closed 6 years ago

rokups commented 6 years ago

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.