2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

link error fix.

This commit is contained in:
Klemens Morgenstern
2023-09-12 15:20:06 +08:00
committed by Klemens Morgenstern
parent 7b6b93691f
commit d270712fba

View File

@@ -1757,6 +1757,7 @@ struct process_environment
std::vector<environment::key_value_pair> env_buffer;
std::vector<wchar_t> unicode_env;
BOOST_PROCESS_V2_DECL
error_code on_setup(windows::default_launcher & launcher,
const filesystem::path &, const std::wstring &);
@@ -1887,7 +1888,6 @@ struct hash<BOOST_PROCESS_V2_NAMESPACE::environment::key_value_pair>
#if defined(BOOST_PROCESS_V2_HEADER_ONLY)
#include <boost/process/v2/impl/environment.ipp>
#include <boost/process/v2/detail/impl/environment.ipp>