2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-22 17:32:42 +00:00
Files
process/test/no_ansi_apps.cpp
2018-02-06 20:20:02 +01:00

7 lines
259 B
C++

// 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)
#define BOOST_NO_ANSI_APIS 1
#include <boost/process.hpp>