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 uchar on macOS. #622

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

Apprentice-Alchemist
Copy link
Contributor

Defining uchar as uint16_t causes errors when using unicode literals in C++,
because in C++ char16_t is not the same type as uint16_t.

@Simn Simn merged commit 35b2cf6 into HaxeFoundation:master Sep 21, 2023
9 checks passed
crazyjul pushed a commit to playdigious/hashlink that referenced this pull request Jan 18, 2024
RandomityGuy pushed a commit to RandomityGuy/hashlink that referenced this pull request Jun 1, 2024
@Apprentice-Alchemist Apprentice-Alchemist deleted the bugfix/macos-uchar branch June 4, 2024 12:01
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