diff options
Diffstat (limited to 'c/common.c')
-rw-r--r-- | c/common.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,8 +4,7 @@ #include "resource.h" #include "defs.h" -/* Convert zero-terminated non-wide (multi-byte) string to - * zero-terminated wide/non-wide string depending on UNICODE. */ +/* Convert normal string to TSTR using given codepage. */ TCHAR * TszFromSz(const char *sz, int iCp) { |