summaryrefslogtreecommitdiff
path: root/new/uipriv_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-09 11:12:01 -0400
committerPietro Gagliardi <[email protected]>2015-04-09 11:12:01 -0400
commit79a7e18b8da55b4bcec72cc66f9b4e07878e7eee (patch)
tree1c3b3873576e80ee73cc8a6281cef5e0ef03b1be /new/uipriv_windows.h
parent1f18d88f565844436fb4487b596175ba48138c05 (diff)
Implemented the text functions on Windows.
Diffstat (limited to 'new/uipriv_windows.h')
-rw-r--r--new/uipriv_windows.h2
1 files changed, 2 insertions, 0 deletions
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 *);