diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2012-10-16 19:50:18 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2012-10-16 19:50:18 +0000 |
commit | 5c2ed5cd648367117e690864e79582916463c0e4 (patch) | |
tree | 51c035ba6efba82deda7e82cc6907d51cdab9a95 /plugins/!NotAdopted/Skype/utf8.c | |
parent | ee854715a0f8589b312599dfead0cd3609a28cb7 (diff) |
adaptation
git-svn-id: http://svn.miranda-ng.org/main/trunk@1964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/Skype/utf8.c')
-rwxr-xr-x[-rw-r--r--] | plugins/!NotAdopted/Skype/utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/Skype/utf8.c b/plugins/!NotAdopted/Skype/utf8.c index 8ae746e871..063e973444 100644..100755 --- a/plugins/!NotAdopted/Skype/utf8.c +++ b/plugins/!NotAdopted/Skype/utf8.c @@ -131,7 +131,7 @@ wchar_t *make_unicode_string(const unsigned char *utf8) int utf8_encode(const char *from, char **to)
{
wchar_t *unicode;
- int wchars, err;
+ INT64 wchars, err;
wchars = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, from, strlen(from), NULL, 0);
|