• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (c) 2018 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 
6 #include <boost/system/api_config.hpp>
7 #if defined(BOOST_WINDOWS_API)
8 #define BOOST_NO_ANSI_APIS 1
9 #endif
10 #include <boost/process.hpp>