mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Try fixing working on Windows 7.
This commit is contained in:
@@ -367,6 +367,9 @@ void start() {
|
|||||||
} // namespace ThirdParty
|
} // namespace ThirdParty
|
||||||
|
|
||||||
void start() {
|
void start() {
|
||||||
|
const auto supported = base::WinRT::Supported();
|
||||||
|
LOG(("WinRT Supported: %1").arg(Logs::b(supported)));
|
||||||
|
|
||||||
// https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/setlocale-wsetlocale#utf-8-support
|
// https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/setlocale-wsetlocale#utf-8-support
|
||||||
setlocale(LC_ALL, ".UTF8");
|
setlocale(LC_ALL, ".UTF8");
|
||||||
|
|
||||||
|
Submodule Telegram/lib_base updated: 1245f296cb...bc8bb88756
Reference in New Issue
Block a user