evanpacini / netpbm-c

Some headers and experiments with netpbm and C.
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

feat: support MSVC compiler #34

Open evanpacini opened 1 year ago

evanpacini commented 1 year ago

MSVC only supports very outdated OpenMP and C implementations, which means our code currently won't compile for Windows, except using the mingw64 GCC implementation. While it would be quite annoying to do so, a solution for Windows support must be found.