]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/winapi/include/boost/detail/winapi/GetCurrentProcess.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / winapi / include / boost / detail / winapi / GetCurrentProcess.hpp
1 // GetCurrentProcess.hpp --------------------------------------------------------------//
2
3 // Copyright 2010 Vicente J. Botet Escriba
4 // Copyright 2015 Andrey Semashev
5
6 // Distributed under the Boost Software License, Version 1.0.
7 // See http://www.boost.org/LICENSE_1_0.txt
8
9
10 #ifndef BOOST_DETAIL_WINAPI_GETCURRENTPROCESS_HPP
11 #define BOOST_DETAIL_WINAPI_GETCURRENTPROCESS_HPP
12
13 #include <boost/detail/winapi/get_current_process.hpp>
14
15 #ifdef BOOST_HAS_PRAGMA_ONCE
16 #pragma once
17 #endif
18
19 #if defined(__GNUC__) && (((__GNUC__*100)+__GNUC_MINOR__) > 403)
20 #pragma message "This header is deprecated, use boost/detail/winapi/get_current_process.hpp instead."
21 #elif defined(_MSC_VER)
22 #pragma message("This header is deprecated, use boost/detail/winapi/get_current_process.hpp instead.")
23 #endif
24
25 #endif // BOOST_DETAIL_WINAPI_GETCURRENTPROCESS_HPP