Alexandre Julliard pushed to branch master at wine / wine
Commits: eac80b95 by Jacek Caban at 2025-03-04T16:23:14+01:00 include: Use wchar_t for platform types on PE targets.
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.
- - - - -
5 changed files:
- include/sqltypes.h - include/tchar.h - include/winnt.h - include/winnt.rh - include/wtypes.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/eac80b95a327edd0647de39a1c6c705...