config.hpp 558 B

1234567891011121314151617181920212223
  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/config.hpp instead.
  8. */
  9. #ifndef BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
  10. #define BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
  11. #include <boost/config/header_deprecated.hpp>
  12. BOOST_HEADER_DEPRECATED("<boost/winapi/config.hpp>")
  13. #include <boost/winapi/config.hpp>
  14. #ifdef BOOST_HAS_PRAGMA_ONCE
  15. #pragma once
  16. #endif
  17. #endif // BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_