1234567891011121314151617181920212223242526 |
- #ifndef BOOST_DETAIL_WINAPI_INIT_ONCE_HPP
- #define BOOST_DETAIL_WINAPI_INIT_ONCE_HPP
- #include <boost/config/header_deprecated.hpp>
- BOOST_HEADER_DEPRECATED("<boost/winapi/init_once.hpp>")
- #include <boost/winapi/init_once.hpp>
- #include <boost/detail/winapi/detail/deprecated_namespace.hpp>
- #ifdef BOOST_HAS_PRAGMA_ONCE
- #pragma once
- #endif
- #define BOOST_DETAIL_WINAPI_INIT_ONCE_STATIC_INIT BOOST_WINAPI_INIT_ONCE_STATIC_INIT
- #endif
|