Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building natively on Windows #51

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

qmfrederik
Copy link
Contributor

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.

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`.
@fredkiefer fredkiefer merged commit 6e05e1e into gnustep:master Sep 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants