4 Mar
2025
4 Mar
'25
1:28 p.m.
`WINE_UNICODE_NATIVE` handles non-PE targets where appropriate, but on PE targets, we should always use `wchar_t`. This is particularly important for C++, where `wchar_t` is a distinct built-in type. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7488