config.hpp 457 B

12345678910111213141516171819
  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/winapi/config.hpp>
  12. #ifdef BOOST_HAS_PRAGMA_ONCE
  13. #pragma once
  14. #endif
  15. #endif // BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_