GetProcessTimes.hpp 752 B

123456789101112131415161718192021222324
  1. // GetProcessTimes.hpp --------------------------------------------------------------//
  2. // Copyright 2010 Vicente J. Botet Escriba
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. #ifndef BOOST_DETAIL_WINAPI_GETPROCESSTIMES_HPP
  6. #define BOOST_DETAIL_WINAPI_GETPROCESSTIMES_HPP
  7. #include <boost/detail/winapi/get_process_times.hpp>
  8. #ifdef BOOST_HAS_PRAGMA_ONCE
  9. #pragma once
  10. #endif
  11. #if defined(__GNUC__)
  12. #pragma message "This header is deprecated, use boost/detail/winapi/get_process_times.hpp instead."
  13. #elif defined(_MSC_VER)
  14. #pragma message("This header is deprecated, use boost/detail/winapi/get_process_times.hpp instead.")
  15. #endif
  16. #endif // BOOST_DETAIL_WINAPI_GETPROCESSTIMES_HPP