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