Browse code

Adding winapi

Steffen Neumann authored on 26/11/2021 22:31:46
Showing 119 changed files

1 1
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/access_rights.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_ACCESS_RIGHTS_HPP
11
+#define BOOST_DETAIL_WINAPI_ACCESS_RIGHTS_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/access_rights.hpp>")
16
+
17
+#include <boost/winapi/access_rights.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_ACCESS_RIGHTS_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/apc.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_APC_HPP
11
+#define BOOST_DETAIL_WINAPI_APC_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/apc.hpp>")
16
+
17
+#include <boost/winapi/apc.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_APC_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/basic_types.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_BASIC_TYPES_HPP
11
+#define BOOST_DETAIL_WINAPI_BASIC_TYPES_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/basic_types.hpp>")
16
+
17
+#include <boost/winapi/basic_types.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_BASIC_TYPES_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/bcrypt.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_BCRYPT_HPP_
11
+#define BOOST_DETAIL_WINAPI_BCRYPT_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/bcrypt.hpp>")
16
+
17
+#include <boost/winapi/bcrypt.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_BCRYPT_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/character_code_conversion.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_CHARACTER_CODE_CONVERSION_HPP
11
+#define BOOST_DETAIL_WINAPI_CHARACTER_CODE_CONVERSION_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/character_code_conversion.hpp>")
16
+
17
+#include <boost/winapi/character_code_conversion.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_CHARACTER_CODE_CONVERSION_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,27 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/condition_variable.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_HPP
11
+#define BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/condition_variable.hpp>")
16
+
17
+#include <boost/winapi/condition_variable.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+// Deprecated
25
+#define BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_INIT BOOST_WINAPI_CONDITION_VARIABLE_INIT
26
+
27
+#endif // BOOST_DETAIL_WINAPI_CONDITION_VARIABLE_HPP
0 28
new file mode 100755
... ...
@@ -0,0 +1,23 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/config.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
11
+#define BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/config.hpp>")
16
+
17
+#include <boost/winapi/config.hpp>
18
+
19
+#ifdef BOOST_HAS_PRAGMA_ONCE
20
+#pragma once
21
+#endif
22
+
23
+#endif // BOOST_DETAIL_WINAPI_CONFIG_HPP_INCLUDED_
0 24
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/critical_section.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_CRITICAL_SECTION_HPP
11
+#define BOOST_DETAIL_WINAPI_CRITICAL_SECTION_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/critical_section.hpp>")
16
+
17
+#include <boost/winapi/critical_section.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_CRITICAL_SECTION_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/crypt.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_CRYPT_HPP
11
+#define BOOST_DETAIL_WINAPI_CRYPT_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/crypt.hpp>")
16
+
17
+#include <boost/winapi/crypt.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_CRYPT_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/dbghelp.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_DBGHELP_HPP
11
+#define BOOST_DETAIL_WINAPI_DBGHELP_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/dbghelp.hpp>")
16
+
17
+#include <boost/winapi/dbghelp.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_DBGHELP_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/debugapi.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_DEBUGAPI_HPP
11
+#define BOOST_DETAIL_WINAPI_DEBUGAPI_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/debugapi.hpp>")
16
+
17
+#include <boost/winapi/debugapi.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_DEBUGAPI_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,28 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, it provides the deprecated namespace for backward compatibility.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_
11
+#define BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_
12
+
13
+#include <boost/config.hpp>
14
+
15
+#ifdef BOOST_HAS_PRAGMA_ONCE
16
+#pragma once
17
+#endif
18
+
19
+namespace boost {
20
+namespace winapi {}
21
+namespace detail {
22
+namespace winapi {
23
+using namespace boost::winapi;
24
+} // namespace winapi
25
+} // namespace detail
26
+} // namespace boost
27
+
28
+#endif // BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_
0 29
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/directory_management.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_DIRECTORY_MANAGEMENT_HPP
11
+#define BOOST_DETAIL_WINAPI_DIRECTORY_MANAGEMENT_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/directory_management.hpp>")
16
+
17
+#include <boost/winapi/directory_management.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_DIRECTORY_MANAGEMENT_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/dll.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_DLL_HPP
11
+#define BOOST_DETAIL_WINAPI_DLL_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/dll.hpp>")
16
+
17
+#include <boost/winapi/dll.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_DLL_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/environment.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_ENVIRONMENT_HPP_
11
+#define BOOST_DETAIL_WINAPI_ENVIRONMENT_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/environment.hpp>")
16
+
17
+#include <boost/winapi/environment.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_ENVIRONMENT_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/error_codes.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_ERROR_CODES_HPP_
11
+#define BOOST_DETAIL_WINAPI_ERROR_CODES_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/error_codes.hpp>")
16
+
17
+#include <boost/winapi/error_codes.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_ERROR_CODES_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/error_handling.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_ERROR_HANDLING_HPP
11
+#define BOOST_DETAIL_WINAPI_ERROR_HANDLING_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/error_handling.hpp>")
16
+
17
+#include <boost/winapi/error_handling.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_ERROR_HANDLING_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/event.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_EVENT_HPP_
11
+#define BOOST_DETAIL_WINAPI_EVENT_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/event.hpp>")
16
+
17
+#include <boost/winapi/event.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_EVENT_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/file_management.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_FILE_MANAGEMENT_HPP
11
+#define BOOST_DETAIL_WINAPI_FILE_MANAGEMENT_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/file_management.hpp>")
16
+
17
+#include <boost/winapi/file_management.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_FILE_MANAGEMENT_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/file_mapping.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_FILE_MAPPING_HPP
11
+#define BOOST_DETAIL_WINAPI_FILE_MAPPING_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/file_mapping.hpp>")
16
+
17
+#include <boost/winapi/file_mapping.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_FILE_MAPPING_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_current_process.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_HPP
11
+#define BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_process.hpp>")
16
+
17
+#include <boost/winapi/get_current_process.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_current_process_id.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_ID_HPP
11
+#define BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_ID_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_process_id.hpp>")
16
+
17
+#include <boost/winapi/get_current_process_id.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_PROCESS_ID_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_current_thread.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_HPP
11
+#define BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_thread.hpp>")
16
+
17
+#include <boost/winapi/get_current_thread.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_current_thread_id.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_ID_HPP
11
+#define BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_ID_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_current_thread_id.hpp>")
16
+
17
+#include <boost/winapi/get_current_thread_id.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_CURRENT_THREAD_ID_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_last_error.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_LAST_ERROR_HPP
11
+#define BOOST_DETAIL_WINAPI_GET_LAST_ERROR_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_last_error.hpp>")
16
+
17
+#include <boost/winapi/get_last_error.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_LAST_ERROR_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_process_times.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_PROCESS_TIMES_HPP
11
+#define BOOST_DETAIL_WINAPI_GET_PROCESS_TIMES_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_process_times.hpp>")
16
+
17
+#include <boost/winapi/get_process_times.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_PROCESS_TIMES_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_system_directory.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_SYSTEM_DIRECTORY_HPP_
11
+#define BOOST_DETAIL_WINAPI_GET_SYSTEM_DIRECTORY_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_system_directory.hpp>")
16
+
17
+#include <boost/winapi/get_system_directory.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_SYSTEM_DIRECTORY_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/get_thread_times.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_GET_THREAD_TIMES_HPP
11
+#define BOOST_DETAIL_WINAPI_GET_THREAD_TIMES_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/get_thread_times.hpp>")
16
+
17
+#include <boost/winapi/get_thread_times.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_GET_THREAD_TIMES_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/handle_info.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_HANDLE_INFO_HPP_
11
+#define BOOST_DETAIL_HANDLE_INFO_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/handle_info.hpp>")
16
+
17
+#include <boost/winapi/handle_info.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_HANDLE_INFO_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/handles.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_HANDLES_HPP
11
+#define BOOST_DETAIL_WINAPI_HANDLES_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/handles.hpp>")
16
+
17
+#include <boost/winapi/handles.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_HANDLES_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/heap_memory.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_HEAP_MEMORY_HPP_
11
+#define BOOST_DETAIL_WINAPI_HEAP_MEMORY_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/heap_memory.hpp>")
16
+
17
+#include <boost/winapi/heap_memory.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_HEAP_MEMORY_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,26 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/init_once.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_INIT_ONCE_HPP
11
+#define BOOST_DETAIL_WINAPI_INIT_ONCE_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/init_once.hpp>")
16
+
17
+#include <boost/winapi/init_once.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#define BOOST_DETAIL_WINAPI_INIT_ONCE_STATIC_INIT BOOST_WINAPI_INIT_ONCE_STATIC_INIT
25
+
26
+#endif // BOOST_DETAIL_WINAPI_INIT_ONCE_HPP
0 27
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/jobs.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_JOBS_HPP_
11
+#define BOOST_DETAIL_WINAPI_JOBS_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/jobs.hpp>")
16
+
17
+#include <boost/winapi/jobs.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_JOBS_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/limits.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_LIMITS_HPP_
11
+#define BOOST_DETAIL_WINAPI_LIMITS_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/limits.hpp>")
16
+
17
+#include <boost/winapi/limits.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_LIMITS_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/local_memory.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_LOCAL_MEMORY_HPP
11
+#define BOOST_DETAIL_WINAPI_LOCAL_MEMORY_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/local_memory.hpp>")
16
+
17
+#include <boost/winapi/local_memory.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_LOCAL_MEMORY_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/memory.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_MEMORY_HPP
11
+#define BOOST_DETAIL_WINAPI_MEMORY_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/memory.hpp>")
16
+
17
+#include <boost/winapi/memory.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_MEMORY_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/mutex.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_MUTEX_HPP_
11
+#define BOOST_DETAIL_WINAPI_MUTEX_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/mutex.hpp>")
16
+
17
+#include <boost/winapi/mutex.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_MUTEX_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/overlapped.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_OVERLAPPED_HPP_
11
+#define BOOST_DETAIL_WINAPI_OVERLAPPED_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/overlapped.hpp>")
16
+
17
+#include <boost/winapi/overlapped.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_OVERLAPPED_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/page_protection_flags.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_PAGE_PROTECTION_FLAGS_HPP
11
+#define BOOST_DETAIL_WINAPI_PAGE_PROTECTION_FLAGS_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/page_protection_flags.hpp>")
16
+
17
+#include <boost/winapi/page_protection_flags.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_PAGE_PROTECTION_FLAGS_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/pipes.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_PIPES_HPP_
11
+#define BOOST_DETAIL_WINAPI_PIPES_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/pipes.hpp>")
16
+
17
+#include <boost/winapi/pipes.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_PIPES_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/priority_class.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_PRIORITY_CLASS_HPP_
11
+#define BOOST_DETAIL_WINAPI_PRIORITY_CLASS_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/priority_class.hpp>")
16
+
17
+#include <boost/winapi/priority_class.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_PRIORITY_CLASS_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/process.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_PROCESS_HPP_
11
+#define BOOST_DETAIL_WINAPI_PROCESS_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/process.hpp>")
16
+
17
+#include <boost/winapi/process.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_PROCESS_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/security.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_SECURITY_HPP
11
+#define BOOST_DETAIL_WINAPI_SECURITY_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/security.hpp>")
16
+
17
+#include <boost/winapi/security.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_SECURITY_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/semaphore.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_SEMAPHORE_HPP_
11
+#define BOOST_DETAIL_WINAPI_SEMAPHORE_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/semaphore.hpp>")
16
+
17
+#include <boost/winapi/semaphore.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_SEMAPHORE_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/shell.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_SHELL_HPP_
11
+#define BOOST_DETAIL_WINAPI_SHELL_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/shell.hpp>")
16
+
17
+#include <boost/winapi/shell.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_SHELL_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/show_window.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_SHOW_WINDOW_HPP_
11
+#define BOOST_DETAIL_WINAPI_SHOW_WINDOW_HPP_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/show_window.hpp>")
16
+
17
+#include <boost/winapi/show_window.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_SHOW_WINDOW_HPP_
0 25
new file mode 100755
... ...
@@ -0,0 +1,27 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/srw_lock.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
11
+#define BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/srw_lock.hpp>")
16
+
17
+#include <boost/winapi/srw_lock.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+// Deprecated
25
+#define BOOST_DETAIL_WINAPI_SRWLOCK_INIT BOOST_WINAPI_SRWLOCK_INIT
26
+
27
+#endif // BOOST_DETAIL_WINAPI_SRW_LOCK_HPP
0 28
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/stack_backtrace.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_STACK_BACKTRACE_HPP_INCLUDED_
11
+#define BOOST_DETAIL_WINAPI_STACK_BACKTRACE_HPP_INCLUDED_
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/stack_backtrace.hpp>")
16
+
17
+#include <boost/winapi/stack_backtrace.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_STACK_BACKTRACE_HPP_INCLUDED_
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/synchronization.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_SYNCHRONIZATION_HPP
11
+#define BOOST_DETAIL_WINAPI_SYNCHRONIZATION_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/synchronization.hpp>")
16
+
17
+#include <boost/winapi/synchronization.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_SYNCHRONIZATION_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/system.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_SYSTEM_HPP
11
+#define BOOST_DETAIL_WINAPI_SYSTEM_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/system.hpp>")
16
+
17
+#include <boost/winapi/system.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_SYSTEM_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/thread.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_THREAD_HPP
11
+#define BOOST_DETAIL_WINAPI_THREAD_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/thread.hpp>")
16
+
17
+#include <boost/winapi/thread.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_THREAD_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software License, Version 1.0.
5
+ * See http://www.boost.org/LICENSE_1_0.txt
6
+ *
7
+ * This header is deprecated, use boost/winapi/thread_pool.hpp instead.
8
+ */
9
+
10
+#ifndef BOOST_DETAIL_WINAPI_THREAD_POOL_HPP
11
+#define BOOST_DETAIL_WINAPI_THREAD_POOL_HPP
12
+
13
+#include <boost/config/header_deprecated.hpp>
14
+
15
+BOOST_HEADER_DEPRECATED("<boost/winapi/thread_pool.hpp>")
16
+
17
+#include <boost/winapi/thread_pool.hpp>
18
+#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
19
+
20
+#ifdef BOOST_HAS_PRAGMA_ONCE
21
+#pragma once
22
+#endif
23
+
24
+#endif // BOOST_DETAIL_WINAPI_THREAD_POOL_HPP
0 25
new file mode 100755
... ...
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright 2017 Andrey Semashev
3
+ *
4
+ * Distributed under the Boost Software Lic