mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 02:07:24 +00:00
Try fixing working on Windows 7.
This commit is contained in:
parent
3bb8cb52f8
commit
5d7ae16b4a
@ -367,6 +367,9 @@ void start() {
|
||||
} // namespace ThirdParty
|
||||
|
||||
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
|
||||
setlocale(LC_ALL, ".UTF8");
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1245f296cbaae0534937849a48f1d180b6b62526
|
||||
Subproject commit bc8bb88756e607b10564c430dcc626a060a71e80
|
Loading…
x
Reference in New Issue
Block a user