Revert "disable windows thread merging"

This reverts commit bebf34db23.
This commit is contained in:
dom
2026-02-16 20:00:10 +08:00
parent b978ff5649
commit 1fe84d1d34

View File

@@ -26,9 +26,6 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
flutter::DartProject project(L"data");
// https://github.com/flutter/flutter/issues/175135
project.set_ui_thread_policy(flutter::UIThreadPolicy::RunOnSeparateThread);
std::vector<std::string> command_line_arguments =
GetCommandLineArguments();