Fixed msys2 build crash

This commit is contained in:
SChernykh
2021-10-31 14:19:49 +01:00
parent b56d027dd5
commit 998c2ba72f
4 changed files with 10 additions and 5 deletions
+3 -1
View File
@@ -133,7 +133,9 @@ private:
};
extern BackgroundJobTracker bkg_jobs_tracker;
extern thread_local bool is_main_thread;
void set_main_thread();
bool is_main_thread();
bool resolve_host(std::string& host, bool& is_v6);