Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:50:11

0001 // Copyright (c) 2022 Klemens D. Morgenstern
0002 //
0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 #ifndef BOOST_PROCESS_V2_IMPL_PROCESS_HANDLE_IPP
0006 #define BOOST_PROCESS_V2_IMPL_PROCESS_HANDLE_IPP
0007 
0008 #include <boost/process/v2/detail/config.hpp>
0009 
0010 #if defined(BOOST_PROCESS_V2_WINDOWS)
0011 #include <boost/process/v2/detail/impl/process_handle_windows.ipp>
0012 #else
0013 
0014 
0015 #endif
0016 
0017 #endif //BOOST_PROCESS_V2_IMPL_PROCESS_HANDLE_IPP