X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/006238cb5a88743545d9c7b97312563cbf8c7a56..facd762ca8b5eb6cad4171cb3deb2f3ef2957dc0:/putty.h diff --git a/putty.h b/putty.h index 113d355e..c956d508 100644 --- a/putty.h +++ b/putty.h @@ -589,7 +589,7 @@ extern char ver[]; #ifndef CP_UTF8 #define CP_UTF8 65001 #endif -void init_ucs(void); +/* void init_ucs(void); -- this is now in platform-specific headers */ int is_dbcs_leadbyte(int codepage, char byte); int mb_to_wc(int codepage, int flags, char *mbstr, int mblen, wchar_t *wcstr, int wclen);