12 #include <boost/iostreams/device/file_descriptor.hpp>
28 template <
class WindowsExecutor>
32 ::SetHandleInformation(source_.handle(), HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT);
33 e.startup_info.hStdInput = source_.handle();
34 e.startup_info.dwFlags |= STARTF_USESTDHANDLES;
35 e.inherit_handles =
true;
39 boost::iostreams::file_descriptor_source source_;