X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/865570570435c638831294d39fbef4c2fd665727..f43e4b678f0b7aa847a3eeb3fab536058710d69f:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index 2846fdf0..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 @@ -118,6 +121,7 @@ typedef struct Ssh_gss_buf { } Ssh_gss_buf; #define SSH_GSS_EMPTY_BUF (Ssh_gss_buf) {0,NULL} +typedef void *Ssh_gss_name; #endif /*