Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support building natively on Windows (#51)
When building for Windows using a native toolchain (i.e. not MinGW or MSYS), `<unistd.h>` is not available. Include `<io.h>` instead and define `strcasecmp`.
- Loading branch information