summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-09-21 07:22:29 +0000
committerjsorg71 <jsorg71>2007-09-21 07:22:29 +0000
commitf0a2f53e300114575535de4f3057e022ac925ec8 (patch)
tree891a9cd710bf3080949bdc224389a6d7a96c1048 /common/os_calls.h
parentfdcb93e9772d62513f16e32cf793e8c68f86c6d0 (diff)
downloadxrdp-proprietary-f0a2f53e300114575535de4f3057e022ac925ec8.tar.gz
xrdp-proprietary-f0a2f53e300114575535de4f3057e022ac925ec8.zip
unicode
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index 79c07093..4146c539 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -153,6 +153,10 @@ int APP_CC
g_atoi(char* str);
int APP_CC
g_pos(char* str, const char* to_find);
+int APP_CC
+g_mbstowcs(twchar* dest, const char* src, int n);
+int APP_CC
+g_wcstombs(char* dest, const twchar* src, int n);
long APP_CC
g_load_library(char* in);
int APP_CC