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.