fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-08 14:26:56 -05:00
parent 99b50713ce
commit c24bd2d615
3 changed files with 4 additions and 12 deletions

View File

@@ -173,7 +173,7 @@ auto directory::create_directory(std::string_view path) const
}
#if defined(_WIN32)
[[maybe_unused]] static const utils::com_init_wrapper wrapper;
[[maybe_unused]] thread_local const utils::com_init_wrapper wrapper;
auto res = ::SHCreateDirectory(nullptr,
utils::string::from_utf8(abs_path).c_str());