diff options
Diffstat (limited to 'c/common.c')
-rw-r--r-- | c/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ /* Convert zero-terminated non-wide (multi-byte) string to * zero-terminated wide/non-wide string depending on UNICODE. */ TCHAR * -TSZFromSZ(char *sz, int iCp) +TSZFromSZ(const char *sz, int iCp) { TCHAR *tsz; |