summaryrefslogtreecommitdiff
path: root/updater/str_utils.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-02-21 23:00:56 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-02-21 23:00:56 +0000
commit8f5a7b54eb953bbfc877ec915e26b3a95ec28d00 (patch)
tree827e40ab3528e10afd6fcb44f7ed5db0d7eed519 /updater/str_utils.h
parentb130e8caa16961f597ae4ac6984a6aa00de7b6c7 (diff)
New updater with 3x reduced footprint and fully W7 and x64 compatible
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@476 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/str_utils.h')
-rw-r--r--updater/str_utils.h23
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
-