diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-07 00:24:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-07 00:24:03 +0300 |
commit | f18d37c4c90bc39f295fea9fedbfae0e806d9f61 (patch) | |
tree | ffcadd2bb7aeccfaed3caf5146dbebd96a7b1172 /protocols/IcqOscarJ/src/db.cpp | |
parent | 45dddaa51b79bbb2d5dc999e4849951a1e7f0ae3 (diff) |
rest of ANSI macros removed
Diffstat (limited to 'protocols/IcqOscarJ/src/db.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/db.cpp b/protocols/IcqOscarJ/src/db.cpp index 8cc0736bc0..47e6138728 100644 --- a/protocols/IcqOscarJ/src/db.cpp +++ b/protocols/IcqOscarJ/src/db.cpp @@ -85,7 +85,7 @@ void ChangeInfoData::LoadSettingsFromDb(int keepChanged) char buf[MAX_PATH];
wchar_t tbuf[MAX_PATH];
- if (utf8_to_tchar_static(GetItemSettingText(i, buf, _countof(buf)), tbuf, _countof(tbuf)))
+ if (make_unicode_string_static(GetItemSettingText(i, buf, _countof(buf)), tbuf, _countof(tbuf)))
ListView_SetItemText(hwndList, i, 1, tbuf);
}
}
|