pipes.hpp 488 B

1234567891011121314151617181920
  1. /*
  2. * Copyright 2017 Andrey Semashev
  3. *
  4. * Distributed under the Boost Software License, Version 1.0.
  5. * See http://www.boost.org/LICENSE_1_0.txt
  6. *
  7. * This header is deprecated, use boost/winapi/pipes.hpp instead.
  8. */
  9. #ifndef BOOST_DETAIL_WINAPI_PIPES_HPP_
  10. #define BOOST_DETAIL_WINAPI_PIPES_HPP_
  11. #include <boost/winapi/pipes.hpp>
  12. #include <boost/detail/winapi/detail/deprecated_namespace.hpp>
  13. #ifdef BOOST_HAS_PRAGMA_ONCE
  14. #pragma once
  15. #endif
  16. #endif // BOOST_DETAIL_WINAPI_PIPES_HPP_