This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user