GetCurrentProcess.hpp 801 B

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