Skip to content

Conversation

@2shady4u
Copy link
Contributor

@2shady4u 2shady4u commented Feb 2, 2021

Windows didn't want to compile anymore on my end.
Two tiny fixes had to be made to get it working again:

  • Changing std::isdigit() to isdigit() (removing the std::) does the trick.

  • Checking if WIN32 and/or WIN64 is defined for some reason? 🤔 Solely checking for WIN32 doesn't seem to work for Github Actions. Maybe there's a better way to do this?
    There's seems to be the possibility to check for #ifndef HAVE_STRTOK_R which might be more descriptive?

Cheers!

@brwarner brwarner merged commit 5a767bd into JBenda:master Feb 2, 2021
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.

2 participants