X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a4b92c62ec6707f23264cde68a684f0bf377ee91..62cdf1edd4ad3e56b38ec0126d2af260a2f22b08:/winstuff.h diff --git a/winstuff.h b/winstuff.h index 06fb9440..e2d700ee 100644 --- a/winstuff.h +++ b/winstuff.h @@ -189,4 +189,9 @@ void force_normal(HWND hwnd); void UpdateSizeTip(HWND src, int cx, int cy); void EnableSizeTip(int bEnable); +/* + * Exports from unicode.c. + */ +void init_ucs(void); + #endif