X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9874c9d73cf26eb21a7b9f69127df13ee09af2fc..61ef0c16fb901a7c8992e8f46318c609146c0fbc:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index 6308ea68..64f3232d 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -36,6 +36,9 @@ struct FontSpec { (fq) == FQ_NONANTIALIASED ? NONANTIALIASED_QUALITY : \ CLEARTYPE_QUALITY) +#define PLATFORM_IS_UTF16 /* enable UTF-16 processing when exchanging + * wchar_t strings with environment */ + /* * Where we can, we use GetWindowLongPtr and friends because they're * more useful on 64-bit platforms, but they're a relatively recent