process_handle.ipp 535 B

1234567891011121314151617
  1. // Copyright (c) 2022 Klemens D. Morgenstern
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_PROCESS_V2_IMPL_PROCESS_HANDLE_IPP
  6. #define BOOST_PROCESS_V2_IMPL_PROCESS_HANDLE_IPP
  7. #include <boost/process/v2/detail/config.hpp>
  8. #if defined(BOOST_PROCESS_V2_WINDOWS)
  9. #include <boost/process/v2/detail/impl/process_handle_windows.ipp>
  10. #else
  11. #endif
  12. #endif //BOOST_PROCESS_V2_IMPL_PROCESS_HANDLE_IPP