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