graphitemaster / incbin

Include binary files in C/C++
The Unlicense
966 stars 90 forks source link

Cygwin support missing. #62

Open nopjne opened 9 months ago

nopjne commented 9 months ago

It seems Cygwin support could be easily added by adding a defined(CYGWIN) where elif defined(MINGW32) || defined(MINGW64) are checked.