mirror of
https://github.com/reactos/reactos.git
synced 2026-05-26 19:02:18 +08:00
- Extend some Ansi strings to Wide strings. - Check the UTF-8 flag (1 << 11). If UTF-8, then use CP_UTF8. - s/LPCWSTR/PCWSTR/. - s/LPWSTR/PWSTR/. CORE-16668