mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-20 22:06:25 +08:00
Not accepting them was an accidental regression introduced in #24957, fix it by accepting any kind of characters in the wrapper functions and not just "char[]". This went unnoticed because there weren't any such calls in wx's own tests or samples, so add some to the test suite to prevent similar regressions in the future. Closes #25063.