summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/process/test/no_ansi_apps.cpp
blob: fcd09dd8c45367050c4c353b7d854d7f46b1e260 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2018 Klemens D. Morgenstern
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#include <boost/system/api_config.hpp>
#if defined(BOOST_WINDOWS_API)
#define BOOST_NO_ANSI_APIS 1
#endif
#include <boost/process.hpp>