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: Replace wchar with wchar_t for standardization and compatibility #109

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

antonmasnyi
Copy link
Contributor

Summary

This pull request replaces occurrences of wchar with wchar_t to ensure code standardization and improve compatibility across platforms.

Details

  • Issue: wchar is not a standard keyword and may cause compatibility issues.
  • Fix: Replaced wchar with the standardized wchar_t.

References

For more details on wchar_t, see the cppreference documentation.

@xoofx xoofx merged commit 953d9f8 into xoofx:main Nov 13, 2024
1 check passed
@xoofx xoofx added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants