Proper support for using the font's own character encoding. If we
[u/mdw/putty] / winstuff.h
index 06fb944..e2d700e 100644 (file)
@@ -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