|
||||
File indexing completed on 2025-01-18 09:30:41
0001 /* 0002 * Copyright 2017 Andrey Semashev 0003 * 0004 * Distributed under the Boost Software License, Version 1.0. 0005 * See http://www.boost.org/LICENSE_1_0.txt 0006 * 0007 * This header is deprecated, use boost/winapi/config.hpp instead. 0008 */ 0009 0010 #ifndef BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_ 0011 #define BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_ 0012 0013 #include <boost/config/header_deprecated.hpp> 0014 0015 BOOST_HEADER_DEPRECATED("<boost/winapi/config.hpp>") 0016 0017 #include <boost/winapi/config.hpp> 0018 0019 #ifdef BOOST_HAS_PRAGMA_ONCE 0020 #pragma once 0021 #endif 0022 0023 #endif // BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |