diff options
Diffstat (limited to 'updater/str_utils.h')
-rw-r--r-- | updater/str_utils.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/updater/str_utils.h b/updater/str_utils.h deleted file mode 100644 index efa43a5..0000000 --- a/updater/str_utils.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef _STR_UTILS_INC
-#define _STR_UTILS_INC
-
-void set_codepage();
-
-wchar_t *a2w(const char *as);
-char *w2a(const wchar_t *ws);
-
-char *w2u(const wchar_t *ws);
-wchar_t *u2w(const char *ws);
-
-TCHAR *u2t(const char *utfs);
-char *t2u(const TCHAR *ts);
-
-char *t2a(const TCHAR *ts);
-TCHAR *a2t(const char *as);
-
-char *u2a(const char *utfs);
-char *a2u(const char *as);
-
-
-#endif
-
|