From 79a7e18b8da55b4bcec72cc66f9b4e07878e7eee Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 11:12:01 -0400 Subject: Implemented the text functions on Windows. --- new/uipriv_windows.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'new/uipriv_windows.h') diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h index 99c742b..2baa7e8 100644 --- a/new/uipriv_windows.h +++ b/new/uipriv_windows.h @@ -49,6 +49,8 @@ extern HWND initialParent; // text_windows.c extern WCHAR *toUTF16(const char *); +extern char *toUTF8(const WCHAR *); +extern WCHAR *windowText(HWND); // container_windows.c extern BOOL sharedWndProc(HWND, UINT, WPARAM, LPARAM, LRESULT *); -- cgit v1.2.3