rcsb / mmtf-cpp

The pure C++ implementation of the MMTF API, decoder and encoder.
MIT License
21 stars 24 forks source link

Fix cross-compilation using mingw #17

Closed Luthaf closed 6 years ago

Luthaf commented 6 years ago

Windows file system is not case sensitive, but Linux is.

See https://stackoverflow.com/questions/40729241/winsock2-h-seems-to-be-missing-from-mingw

danpf commented 6 years ago

lgtm! thanks for the whitespace removal.