no_ansi_apps.cpp 336 B

12345678910
  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. #include <boost/system/api_config.hpp>
  6. #if defined(BOOST_WINDOWS_API)
  7. #define BOOST_NO_ANSI_APIS 1
  8. #endif
  9. #include <boost/process.hpp>