diff -r d276306d801f -r 1c943d43fa81 ui/wpf/text.h --- a/ui/wpf/text.h Sun Jan 17 19:19:28 2016 +0100 +++ b/ui/wpf/text.h Wed Jan 20 11:35:01 2016 +0100 @@ -58,6 +58,9 @@ UI_IMPORT void __stdcall UIfreestr(char *str); + +UI_IMPORT UIWIDGET __stdcall UItextfield(void *container, char *text); + #ifdef __cplusplus } #endif