Skip to content

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