12345678910111213141516171819202122232425 |
- #ifndef BOOST_DETAIL_WINAPI_GETLASTERROR_HPP
- #define BOOST_DETAIL_WINAPI_GETLASTERROR_HPP
- #include <boost/detail/winapi/get_last_error.hpp>
- #ifdef BOOST_HAS_PRAGMA_ONCE
- #pragma once
- #endif
- #if defined(__GNUC__)
- #pragma message "This header is deprecated, use boost/detail/winapi/get_last_error.hpp instead."
- #elif defined(_MSC_VER)
- #pragma message("This header is deprecated, use boost/detail/winapi/get_last_error.hpp instead.")
- #endif
- #endif
|