summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.69.0/boost/detail/winapi/get_process_times.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.69.0/boost/detail/winapi/get_process_times.hpp')
-rw-r--r--src/third_party/boost-1.69.0/boost/detail/winapi/get_process_times.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/third_party/boost-1.69.0/boost/detail/winapi/get_process_times.hpp b/src/third_party/boost-1.69.0/boost/detail/winapi/get_process_times.hpp
new file mode 100644
index 00000000000..6babb3919d8
--- /dev/null
+++ b/src/third_party/boost-1.69.0/boost/detail/winapi/get_process_times.hpp
@@ -0,0 +1,20 @@
+/*
+ * 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/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