Use close_handle().
[nssm.git] / utf8.h
1 #ifndef UTF8_H\r
2 #define UTF8_H\r
3 \r
4 void setup_utf8();\r
5 void unsetup_utf8();\r
6 int to_utf8(const wchar_t *, char **, unsigned long *);\r
7 int to_utf8(const char *, char **, unsigned long *);\r
8 int to_utf16(const char *, wchar_t **utf16, unsigned long *);\r
9 int to_utf16(const wchar_t *, wchar_t **utf16, unsigned long *);\r
10 int from_utf8(const char *, TCHAR **, unsigned long *);\r
11 int from_utf16(const wchar_t *, TCHAR **, unsigned long *);\r
12 \r
13 #endif\r