From 5d7ae16b4a4abcf0ca668bd7301ea8787d32c3d1 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 1 Aug 2025 11:22:11 +0400 Subject: [PATCH] Try fixing working on Windows 7. --- Telegram/SourceFiles/platform/win/specific_win.cpp | 3 +++ Telegram/lib_base | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/win/specific_win.cpp b/Telegram/SourceFiles/platform/win/specific_win.cpp index 488d9a1cb1..df143666ee 100644 --- a/Telegram/SourceFiles/platform/win/specific_win.cpp +++ b/Telegram/SourceFiles/platform/win/specific_win.cpp @@ -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"); diff --git a/Telegram/lib_base b/Telegram/lib_base index 1245f296cb..bc8bb88756 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit 1245f296cbaae0534937849a48f1d180b6b62526 +Subproject commit bc8bb88756e607b10564c430dcc626a060a71e80