fungos / cr

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

Added support for msys64/mingw32 #65

Closed clibequilibrium closed 2 years ago

clibequilibrium commented 2 years ago

This PR adds support for proper CR_EXPORT macro. Unfortunately under msys64 with mingw32 on Windows the entry point of cr_main would not be found . This PR ensures that the correct defines are used.

fungos commented 2 years ago

Thanks for contributing!

clibequilibrium commented 2 years ago

Thanks for contributing!

My pleasure. Thanks to you for merging 😄