-
Notifications
You must be signed in to change notification settings - Fork 369
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
Check if environment is MinGW and implement missing strsep() #404
base: master
Are you sure you want to change the base?
Conversation
I can´t guarantee that the different string.h implementations will have defines for their methods, hence this is not universal solution, Closed until I find a proper solution. |
FWIW, glibc does not define |
Yes, my bad for not checking, usually libs come with the macros.
|
Do you guys have any objection about replacing |
Quite frankly I don't think why we'd bother with "32" bits versions of M$ OSes.. isn't there something more posixy to use on windows these days, like that Linux Subsystem for Windows? |
The macros
Isn´t that MinGW? |
Fix for #403
Some implementations of string.h might not come come with strsep() as its not standard.