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

clang compile warning (trivial) #48

Closed datgame closed 4 years ago

datgame commented 4 years ago

cr.h:584:5: warning: '_MSC_VER' is not defined, evaluates to 0 [-Wundef] suggestion: replace #if with #ifdef

fungos commented 4 years ago

Thanks for the reports, I'll try to fix these soon.