|
||||
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/limits.hpp instead. 0008 */ 0009 0010 #ifndef BOOST_DETAIL_WINAPI_LIMITS_HPP_ 0011 #define BOOST_DETAIL_WINAPI_LIMITS_HPP_ 0012 0013 #include <boost/config/header_deprecated.hpp> 0014 0015 BOOST_HEADER_DEPRECATED("<boost/winapi/limits.hpp>") 0016 0017 #include <boost/winapi/limits.hpp> 0018 #include <boost/detail/winapi/detail/deprecated_namespace.hpp> 0019 0020 #ifdef BOOST_HAS_PRAGMA_ONCE 0021 #pragma once 0022 #endif 0023 0024 #endif // BOOST_DETAIL_WINAPI_LIMITS_HPP_
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |