]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/detail/winapi/srw_lock.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / detail / winapi / srw_lock.hpp
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/srw_lock.hpp instead.
8 */
9
10 #ifndef BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
11 #define BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
12
13 #include <boost/config/header_deprecated.hpp>
14
15 BOOST_HEADER_DEPRECATED("<boost/winapi/srw_lock.hpp>")
16
17 #include <boost/winapi/srw_lock.hpp>
18 #include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
20 #ifdef BOOST_HAS_PRAGMA_ONCE
21 #pragma once
22 #endif
23
24 // Deprecated
25 #define BOOST_DETAIL_WINAPI_SRWLOCK_INIT BOOST_WINAPI_SRWLOCK_INIT
26
27 #endif // BOOST_DETAIL_WINAPI_SRW_LOCK_HPP