csv-parser icon indicating copy to clipboard operation
csv-parser copied to clipboard

mingw cross-compilation fails when looking for Windows.h

Open nbarrios1337 opened this issue 3 years ago • 0 comments

https://github.com/vincentlaucsb/csv-parser/blob/9d5f796a32c6cdecd83a2f778ca6db0500948d27/include/internal/common.hpp#L16

Due to the capitalization of the includes directive, MinGW errors out when cross-compiling on Linux targeting Windows. Fortunately this is the only instance this problem, as all other instances of #include <windows.h> in csv-parser are lowercase.

nbarrios1337 avatar Aug 16 '22 01:08 nbarrios1337