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

Fix compilation on MSVC #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix compilation on MSVC #16

wants to merge 1 commit into from

Conversation

Chocobo1
Copy link
Contributor

@Chocobo1 Chocobo1 commented Nov 8, 2017

strncasecmp() does not exist in MSVC so define it as _strnicmp()

@Chocobo1
Copy link
Contributor Author

No one seems to be interested?
f423020#diff-4b139373566eea2b8713312cfdaa4be1R194
After that commit, building with MSVC is broken.

@Chocobo1 Chocobo1 mentioned this pull request Apr 15, 2023
`strncasecmp()` does not exist in MSVC so declare it is the same as
`_strnicmp()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant