整理
This commit is contained in:
24
include/boost/detail/winapi/access_rights.hpp
Normal file
24
include/boost/detail/winapi/access_rights.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/access_rights.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_ACCESS_RIGHTS_HPP
|
||||
#define BOOST_DETAIL_WINAPI_ACCESS_RIGHTS_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/access_rights.hpp>")
|
||||
|
||||
#include <boost/winapi/access_rights.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_ACCESS_RIGHTS_HPP
|
||||
24
include/boost/detail/winapi/apc.hpp
Normal file
24
include/boost/detail/winapi/apc.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/apc.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_APC_HPP
|
||||
#define BOOST_DETAIL_WINAPI_APC_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/apc.hpp>")
|
||||
|
||||
#include <boost/winapi/apc.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_APC_HPP
|
||||
24
include/boost/detail/winapi/basic_types.hpp
Normal file
24
include/boost/detail/winapi/basic_types.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/basic_types.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_BASIC_TYPES_HPP
|
||||
#define BOOST_DETAIL_WINAPI_BASIC_TYPES_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/basic_types.hpp>")
|
||||
|
||||
#include <boost/winapi/basic_types.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_BASIC_TYPES_HPP
|
||||
24
include/boost/detail/winapi/bcrypt.hpp
Normal file
24
include/boost/detail/winapi/bcrypt.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/bcrypt.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_BCRYPT_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_BCRYPT_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/bcrypt.hpp>")
|
||||
|
||||
#include <boost/winapi/bcrypt.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_BCRYPT_HPP_
|
||||
24
include/boost/detail/winapi/character_code_conversion.hpp
Normal file
24
include/boost/detail/winapi/character_code_conversion.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/character_code_conversion.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_CHARACTER_CODE_CONVERSION_HPP
|
||||
#define BOOST_DETAIL_WINAPI_CHARACTER_CODE_CONVERSION_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/character_code_conversion.hpp>")
|
||||
|
||||
#include <boost/winapi/character_code_conversion.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_CHARACTER_CODE_CONVERSION_HPP
|
||||
27
include/boost/detail/winapi/condition_variable.hpp
Normal file
27
include/boost/detail/winapi/condition_variable.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/condition_variable.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_HPP
|
||||
#define BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/condition_variable.hpp>")
|
||||
|
||||
#include <boost/winapi/condition_variable.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
// Deprecated
|
||||
#define BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_INIT BOOST_WINAPI_CONDITION_VARIABLE_INIT
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_HPP
|
||||
23
include/boost/detail/winapi/config.hpp
Normal file
23
include/boost/detail/winapi/config.hpp
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/config.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
|
||||
#define BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/config.hpp>")
|
||||
|
||||
#include <boost/winapi/config.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
|
||||
24
include/boost/detail/winapi/critical_section.hpp
Normal file
24
include/boost/detail/winapi/critical_section.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/critical_section.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_CRITICAL_SECTION_HPP
|
||||
#define BOOST_DETAIL_WINAPI_CRITICAL_SECTION_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/critical_section.hpp>")
|
||||
|
||||
#include <boost/winapi/critical_section.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_CRITICAL_SECTION_HPP
|
||||
24
include/boost/detail/winapi/crypt.hpp
Normal file
24
include/boost/detail/winapi/crypt.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/crypt.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_CRYPT_HPP
|
||||
#define BOOST_DETAIL_WINAPI_CRYPT_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/crypt.hpp>")
|
||||
|
||||
#include <boost/winapi/crypt.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_CRYPT_HPP
|
||||
24
include/boost/detail/winapi/dbghelp.hpp
Normal file
24
include/boost/detail/winapi/dbghelp.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/dbghelp.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_DBGHELP_HPP
|
||||
#define BOOST_DETAIL_WINAPI_DBGHELP_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/dbghelp.hpp>")
|
||||
|
||||
#include <boost/winapi/dbghelp.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_DBGHELP_HPP
|
||||
24
include/boost/detail/winapi/debugapi.hpp
Normal file
24
include/boost/detail/winapi/debugapi.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/debugapi.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_DEBUGAPI_HPP
|
||||
#define BOOST_DETAIL_WINAPI_DEBUGAPI_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/debugapi.hpp>")
|
||||
|
||||
#include <boost/winapi/debugapi.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_DEBUGAPI_HPP
|
||||
28
include/boost/detail/winapi/detail/deprecated_namespace.hpp
Normal file
28
include/boost/detail/winapi/detail/deprecated_namespace.hpp
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, it provides the deprecated namespace for backward compatibility.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_
|
||||
#define BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
namespace boost {
|
||||
namespace winapi {}
|
||||
namespace detail {
|
||||
namespace winapi {
|
||||
using namespace boost::winapi;
|
||||
} // namespace winapi
|
||||
} // namespace detail
|
||||
} // namespace boost
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_
|
||||
24
include/boost/detail/winapi/directory_management.hpp
Normal file
24
include/boost/detail/winapi/directory_management.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/directory_management.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_DIRECTORY_MANAGEMENT_HPP
|
||||
#define BOOST_DETAIL_WINAPI_DIRECTORY_MANAGEMENT_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/directory_management.hpp>")
|
||||
|
||||
#include <boost/winapi/directory_management.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_DIRECTORY_MANAGEMENT_HPP
|
||||
24
include/boost/detail/winapi/dll.hpp
Normal file
24
include/boost/detail/winapi/dll.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/dll.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_DLL_HPP
|
||||
#define BOOST_DETAIL_WINAPI_DLL_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/dll.hpp>")
|
||||
|
||||
#include <boost/winapi/dll.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_DLL_HPP
|
||||
24
include/boost/detail/winapi/environment.hpp
Normal file
24
include/boost/detail/winapi/environment.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/environment.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_ENVIRONMENT_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_ENVIRONMENT_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/environment.hpp>")
|
||||
|
||||
#include <boost/winapi/environment.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_ENVIRONMENT_HPP_
|
||||
24
include/boost/detail/winapi/error_codes.hpp
Normal file
24
include/boost/detail/winapi/error_codes.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/error_codes.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_ERROR_CODES_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_ERROR_CODES_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/error_codes.hpp>")
|
||||
|
||||
#include <boost/winapi/error_codes.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_ERROR_CODES_HPP_
|
||||
24
include/boost/detail/winapi/error_handling.hpp
Normal file
24
include/boost/detail/winapi/error_handling.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/error_handling.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_ERROR_HANDLING_HPP
|
||||
#define BOOST_DETAIL_WINAPI_ERROR_HANDLING_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/error_handling.hpp>")
|
||||
|
||||
#include <boost/winapi/error_handling.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_ERROR_HANDLING_HPP
|
||||
24
include/boost/detail/winapi/event.hpp
Normal file
24
include/boost/detail/winapi/event.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/event.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_EVENT_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_EVENT_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/event.hpp>")
|
||||
|
||||
#include <boost/winapi/event.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_EVENT_HPP_
|
||||
24
include/boost/detail/winapi/file_management.hpp
Normal file
24
include/boost/detail/winapi/file_management.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/file_management.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_FILE_MANAGEMENT_HPP
|
||||
#define BOOST_DETAIL_WINAPI_FILE_MANAGEMENT_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/file_management.hpp>")
|
||||
|
||||
#include <boost/winapi/file_management.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_FILE_MANAGEMENT_HPP
|
||||
24
include/boost/detail/winapi/file_mapping.hpp
Normal file
24
include/boost/detail/winapi/file_mapping.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/file_mapping.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_FILE_MAPPING_HPP
|
||||
#define BOOST_DETAIL_WINAPI_FILE_MAPPING_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/file_mapping.hpp>")
|
||||
|
||||
#include <boost/winapi/file_mapping.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_FILE_MAPPING_HPP
|
||||
24
include/boost/detail/winapi/get_current_process.hpp
Normal file
24
include/boost/detail/winapi/get_current_process.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_current_process.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_HPP
|
||||
#define BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_process.hpp>")
|
||||
|
||||
#include <boost/winapi/get_current_process.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_HPP
|
||||
24
include/boost/detail/winapi/get_current_process_id.hpp
Normal file
24
include/boost/detail/winapi/get_current_process_id.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_current_process_id.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_ID_HPP
|
||||
#define BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_ID_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_process_id.hpp>")
|
||||
|
||||
#include <boost/winapi/get_current_process_id.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_ID_HPP
|
||||
24
include/boost/detail/winapi/get_current_thread.hpp
Normal file
24
include/boost/detail/winapi/get_current_thread.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_current_thread.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_HPP
|
||||
#define BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_thread.hpp>")
|
||||
|
||||
#include <boost/winapi/get_current_thread.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_HPP
|
||||
24
include/boost/detail/winapi/get_current_thread_id.hpp
Normal file
24
include/boost/detail/winapi/get_current_thread_id.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_current_thread_id.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_ID_HPP
|
||||
#define BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_ID_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_thread_id.hpp>")
|
||||
|
||||
#include <boost/winapi/get_current_thread_id.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_ID_HPP
|
||||
24
include/boost/detail/winapi/get_last_error.hpp
Normal file
24
include/boost/detail/winapi/get_last_error.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_last_error.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_LAST_ERROR_HPP
|
||||
#define BOOST_DETAIL_WINAPI_GET_LAST_ERROR_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_last_error.hpp>")
|
||||
|
||||
#include <boost/winapi/get_last_error.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_LAST_ERROR_HPP
|
||||
24
include/boost/detail/winapi/get_process_times.hpp
Normal file
24
include/boost/detail/winapi/get_process_times.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_process_times.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_PROCESS_TIMES_HPP
|
||||
#define BOOST_DETAIL_WINAPI_GET_PROCESS_TIMES_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_process_times.hpp>")
|
||||
|
||||
#include <boost/winapi/get_process_times.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_PROCESS_TIMES_HPP
|
||||
24
include/boost/detail/winapi/get_system_directory.hpp
Normal file
24
include/boost/detail/winapi/get_system_directory.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_system_directory.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_SYSTEM_DIRECTORY_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_GET_SYSTEM_DIRECTORY_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_system_directory.hpp>")
|
||||
|
||||
#include <boost/winapi/get_system_directory.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_SYSTEM_DIRECTORY_HPP_
|
||||
24
include/boost/detail/winapi/get_thread_times.hpp
Normal file
24
include/boost/detail/winapi/get_thread_times.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/get_thread_times.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_GET_THREAD_TIMES_HPP
|
||||
#define BOOST_DETAIL_WINAPI_GET_THREAD_TIMES_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/get_thread_times.hpp>")
|
||||
|
||||
#include <boost/winapi/get_thread_times.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_GET_THREAD_TIMES_HPP
|
||||
24
include/boost/detail/winapi/handle_info.hpp
Normal file
24
include/boost/detail/winapi/handle_info.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/handle_info.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_HANDLE_INFO_HPP_
|
||||
#define BOOST_DETAIL_HANDLE_INFO_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/handle_info.hpp>")
|
||||
|
||||
#include <boost/winapi/handle_info.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_HANDLE_INFO_HPP_
|
||||
24
include/boost/detail/winapi/handles.hpp
Normal file
24
include/boost/detail/winapi/handles.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/handles.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_HANDLES_HPP
|
||||
#define BOOST_DETAIL_WINAPI_HANDLES_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/handles.hpp>")
|
||||
|
||||
#include <boost/winapi/handles.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_HANDLES_HPP
|
||||
24
include/boost/detail/winapi/heap_memory.hpp
Normal file
24
include/boost/detail/winapi/heap_memory.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/heap_memory.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_HEAP_MEMORY_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_HEAP_MEMORY_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/heap_memory.hpp>")
|
||||
|
||||
#include <boost/winapi/heap_memory.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_HEAP_MEMORY_HPP_
|
||||
26
include/boost/detail/winapi/init_once.hpp
Normal file
26
include/boost/detail/winapi/init_once.hpp
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/init_once.hpp instead.
|
||||
*/
|
||||
|
||||
#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 // BOOST_DETAIL_WINAPI_INIT_ONCE_HPP
|
||||
24
include/boost/detail/winapi/jobs.hpp
Normal file
24
include/boost/detail/winapi/jobs.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/jobs.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_JOBS_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_JOBS_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/jobs.hpp>")
|
||||
|
||||
#include <boost/winapi/jobs.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_JOBS_HPP_
|
||||
24
include/boost/detail/winapi/limits.hpp
Normal file
24
include/boost/detail/winapi/limits.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/limits.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_LIMITS_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_LIMITS_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/limits.hpp>")
|
||||
|
||||
#include <boost/winapi/limits.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_LIMITS_HPP_
|
||||
24
include/boost/detail/winapi/local_memory.hpp
Normal file
24
include/boost/detail/winapi/local_memory.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/local_memory.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_LOCAL_MEMORY_HPP
|
||||
#define BOOST_DETAIL_WINAPI_LOCAL_MEMORY_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/local_memory.hpp>")
|
||||
|
||||
#include <boost/winapi/local_memory.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_LOCAL_MEMORY_HPP
|
||||
24
include/boost/detail/winapi/memory.hpp
Normal file
24
include/boost/detail/winapi/memory.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/memory.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_MEMORY_HPP
|
||||
#define BOOST_DETAIL_WINAPI_MEMORY_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/memory.hpp>")
|
||||
|
||||
#include <boost/winapi/memory.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_MEMORY_HPP
|
||||
24
include/boost/detail/winapi/mutex.hpp
Normal file
24
include/boost/detail/winapi/mutex.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/mutex.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_MUTEX_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_MUTEX_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/mutex.hpp>")
|
||||
|
||||
#include <boost/winapi/mutex.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_MUTEX_HPP_
|
||||
24
include/boost/detail/winapi/overlapped.hpp
Normal file
24
include/boost/detail/winapi/overlapped.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/overlapped.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_OVERLAPPED_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_OVERLAPPED_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/overlapped.hpp>")
|
||||
|
||||
#include <boost/winapi/overlapped.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_OVERLAPPED_HPP_
|
||||
24
include/boost/detail/winapi/page_protection_flags.hpp
Normal file
24
include/boost/detail/winapi/page_protection_flags.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/page_protection_flags.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_PAGE_PROTECTION_FLAGS_HPP
|
||||
#define BOOST_DETAIL_WINAPI_PAGE_PROTECTION_FLAGS_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/page_protection_flags.hpp>")
|
||||
|
||||
#include <boost/winapi/page_protection_flags.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_PAGE_PROTECTION_FLAGS_HPP
|
||||
24
include/boost/detail/winapi/pipes.hpp
Normal file
24
include/boost/detail/winapi/pipes.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/pipes.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_PIPES_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_PIPES_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/pipes.hpp>")
|
||||
|
||||
#include <boost/winapi/pipes.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_PIPES_HPP_
|
||||
24
include/boost/detail/winapi/priority_class.hpp
Normal file
24
include/boost/detail/winapi/priority_class.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/priority_class.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_PRIORITY_CLASS_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_PRIORITY_CLASS_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/priority_class.hpp>")
|
||||
|
||||
#include <boost/winapi/priority_class.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_PRIORITY_CLASS_HPP_
|
||||
24
include/boost/detail/winapi/process.hpp
Normal file
24
include/boost/detail/winapi/process.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/process.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_PROCESS_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_PROCESS_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/process.hpp>")
|
||||
|
||||
#include <boost/winapi/process.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_PROCESS_HPP_
|
||||
24
include/boost/detail/winapi/security.hpp
Normal file
24
include/boost/detail/winapi/security.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/security.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_SECURITY_HPP
|
||||
#define BOOST_DETAIL_WINAPI_SECURITY_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/security.hpp>")
|
||||
|
||||
#include <boost/winapi/security.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_SECURITY_HPP
|
||||
24
include/boost/detail/winapi/semaphore.hpp
Normal file
24
include/boost/detail/winapi/semaphore.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/semaphore.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_SEMAPHORE_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_SEMAPHORE_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/semaphore.hpp>")
|
||||
|
||||
#include <boost/winapi/semaphore.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_SEMAPHORE_HPP_
|
||||
24
include/boost/detail/winapi/shell.hpp
Normal file
24
include/boost/detail/winapi/shell.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/shell.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_SHELL_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_SHELL_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/shell.hpp>")
|
||||
|
||||
#include <boost/winapi/shell.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_SHELL_HPP_
|
||||
24
include/boost/detail/winapi/show_window.hpp
Normal file
24
include/boost/detail/winapi/show_window.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/show_window.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_SHOW_WINDOW_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_SHOW_WINDOW_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/show_window.hpp>")
|
||||
|
||||
#include <boost/winapi/show_window.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_SHOW_WINDOW_HPP_
|
||||
27
include/boost/detail/winapi/srw_lock.hpp
Normal file
27
include/boost/detail/winapi/srw_lock.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/srw_lock.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
|
||||
#define BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/srw_lock.hpp>")
|
||||
|
||||
#include <boost/winapi/srw_lock.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
// Deprecated
|
||||
#define BOOST_DETAIL_WINAPI_SRWLOCK_INIT BOOST_WINAPI_SRWLOCK_INIT
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
|
||||
24
include/boost/detail/winapi/stack_backtrace.hpp
Normal file
24
include/boost/detail/winapi/stack_backtrace.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/stack_backtrace.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_STACK_BACKTRACE_HPP_INCLUDED_
|
||||
#define BOOST_DETAIL_WINAPI_STACK_BACKTRACE_HPP_INCLUDED_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/stack_backtrace.hpp>")
|
||||
|
||||
#include <boost/winapi/stack_backtrace.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_STACK_BACKTRACE_HPP_INCLUDED_
|
||||
24
include/boost/detail/winapi/synchronization.hpp
Normal file
24
include/boost/detail/winapi/synchronization.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/synchronization.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_SYNCHRONIZATION_HPP
|
||||
#define BOOST_DETAIL_WINAPI_SYNCHRONIZATION_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/synchronization.hpp>")
|
||||
|
||||
#include <boost/winapi/synchronization.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_SYNCHRONIZATION_HPP
|
||||
24
include/boost/detail/winapi/system.hpp
Normal file
24
include/boost/detail/winapi/system.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/system.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_SYSTEM_HPP
|
||||
#define BOOST_DETAIL_WINAPI_SYSTEM_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/system.hpp>")
|
||||
|
||||
#include <boost/winapi/system.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_SYSTEM_HPP
|
||||
24
include/boost/detail/winapi/thread.hpp
Normal file
24
include/boost/detail/winapi/thread.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/thread.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_THREAD_HPP
|
||||
#define BOOST_DETAIL_WINAPI_THREAD_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/thread.hpp>")
|
||||
|
||||
#include <boost/winapi/thread.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_THREAD_HPP
|
||||
24
include/boost/detail/winapi/thread_pool.hpp
Normal file
24
include/boost/detail/winapi/thread_pool.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/thread_pool.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_THREAD_POOL_HPP
|
||||
#define BOOST_DETAIL_WINAPI_THREAD_POOL_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/thread_pool.hpp>")
|
||||
|
||||
#include <boost/winapi/thread_pool.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_THREAD_POOL_HPP
|
||||
24
include/boost/detail/winapi/time.hpp
Normal file
24
include/boost/detail/winapi/time.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/time.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_TIME_HPP_
|
||||
#define BOOST_DETAIL_WINAPI_TIME_HPP_
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/time.hpp>")
|
||||
|
||||
#include <boost/winapi/time.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_TIME_HPP_
|
||||
24
include/boost/detail/winapi/timers.hpp
Normal file
24
include/boost/detail/winapi/timers.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/timers.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_TIMERS_HPP
|
||||
#define BOOST_DETAIL_WINAPI_TIMERS_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/timers.hpp>")
|
||||
|
||||
#include <boost/winapi/timers.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_TIMERS_HPP
|
||||
24
include/boost/detail/winapi/tls.hpp
Normal file
24
include/boost/detail/winapi/tls.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/tls.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_TLS_HPP
|
||||
#define BOOST_DETAIL_WINAPI_TLS_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/tls.hpp>")
|
||||
|
||||
#include <boost/winapi/tls.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_TLS_HPP
|
||||
24
include/boost/detail/winapi/wait.hpp
Normal file
24
include/boost/detail/winapi/wait.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/wait.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_WAIT_HPP
|
||||
#define BOOST_DETAIL_WINAPI_WAIT_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/wait.hpp>")
|
||||
|
||||
#include <boost/winapi/wait.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_WAIT_HPP
|
||||
24
include/boost/detail/winapi/waitable_timer.hpp
Normal file
24
include/boost/detail/winapi/waitable_timer.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* Copyright 2017 Andrey Semashev
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* See http://www.boost.org/LICENSE_1_0.txt
|
||||
*
|
||||
* This header is deprecated, use boost/winapi/waitable_timer.hpp instead.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_WINAPI_WAITABLE_TIMER_HPP
|
||||
#define BOOST_DETAIL_WINAPI_WAITABLE_TIMER_HPP
|
||||
|
||||
#include <boost/config/header_deprecated.hpp>
|
||||
|
||||
BOOST_HEADER_DEPRECATED("<boost/winapi/waitable_timer.hpp>")
|
||||
|
||||
#include <boost/winapi/waitable_timer.hpp>
|
||||
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#endif // BOOST_DETAIL_WINAPI_WAITABLE_TIMER_HPP
|
||||
Reference in New Issue
Block a user