From f44d24ab3060e3842dec9324cbef6332f2501c95 Mon Sep 17 00:00:00 2001 From: Osyotr Date: Sun, 17 Mar 2024 21:16:44 +0300 Subject: [PATCH] Rename locale_linux.cpp -> locale_std.cpp and use in Windows builds Signed-off-by: Osyotr --- platform/CMakeLists.txt | 3 ++- platform/{locale_linux.cpp => locale_std.cpp} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename platform/{locale_linux.cpp => locale_std.cpp} (100%) diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt index 88f566052e..636e8d40f3 100644 --- a/platform/CMakeLists.txt +++ b/platform/CMakeLists.txt @@ -135,6 +135,7 @@ else() # neither iPhone nor Android http_thread_qt.hpp http_uploader_background_dummy.cpp http_uploader_dummy.cpp + locale_std.cpp platform_win.cpp secure_storage_dummy.cpp ) @@ -163,7 +164,7 @@ else() # neither iPhone nor Android http_thread_qt.hpp http_uploader_dummy.cpp http_uploader_background_dummy.cpp - locale_linux.cpp + locale_std.cpp platform_linux.cpp platform_unix_impl.cpp platform_unix_impl.hpp diff --git a/platform/locale_linux.cpp b/platform/locale_std.cpp similarity index 100% rename from platform/locale_linux.cpp rename to platform/locale_std.cpp