Skip to content

Make module context-aware and use global toupper #1734

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

Closed
wants to merge 2 commits into from

Conversation

nickpharrison
Copy link

Fixes #1394

Also includes a fix where std::toupper is not defined, so building was failing

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
std::toupper is not defined, so use global version instead

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@nickpharrison
Copy link
Author

nickpharrison commented Jan 19, 2021

This isn't working on Windows, first construction of a Canvas from a worker thread works but the second construction exits the process with code 3221225477

@abdulahkam abdulahkam mentioned this pull request Jun 19, 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.

make module context-aware
1 participant