This commit is contained in:
@@ -53,10 +53,6 @@
|
||||
#include <csignal>
|
||||
#endif // defined(__APPLE__)
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include "utils/com_init_wrapper.hpp"
|
||||
#endif // defined(_WIN32)
|
||||
|
||||
namespace {
|
||||
#if defined(PROJECT_ENABLE_CURL)
|
||||
bool curl_initialized{false};
|
||||
@@ -79,10 +75,6 @@ auto project_initialize() -> bool {
|
||||
std::signal(SIGPIPE, SIG_IGN);
|
||||
#endif // defined(__APPLE__)
|
||||
|
||||
#if defined(_WIN32)
|
||||
[[maybe_unused]] static const utils::com_init_wrapper wrapper;
|
||||
#endif // defined(_WIN32)
|
||||
|
||||
#if defined(PROJECT_REQUIRE_ALPINE) && !defined(PROJECT_IS_MINGW)
|
||||
{
|
||||
static constexpr auto guard_size{4096U};
|
||||
|
Reference in New Issue
Block a user