diff --git a/include/boost/detail/winapi/capture_stack.hpp b/include/boost/detail/winapi/capture_stack.hpp deleted file mode 100644 index 12d85a6..0000000 --- a/include/boost/detail/winapi/capture_stack.hpp +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright Antony Polukhin 2017. - -// Distributed under the Boost Software License, Version 1.0. -// See http://www.boost.org/LICENSE_1_0.txt - -#ifndef BOOST_DETAIL_WINAPI_CAPTURE_STACK_HPP_ -#define BOOST_DETAIL_WINAPI_ENVIRONMENT_HPP_ - -#include - -#ifdef BOOST_HAS_PRAGMA_ONCE -#pragma once -#endif - -#if !defined( BOOST_USE_WINDOWS_H ) -extern "C" { - -BOOST_SYMBOL_IMPORT boost::detail::winapi::USHORT_ WINAPI RtlCaptureStackBackTrace( - boost::detail::winapi::ULONG_ FramesToSkip, - boost::detail::winapi::ULONG_ FramesToCapture, - boost::detail::winapi::PVOID_ *BackTrace, - boost::detail::winapi::PULONG_ BackTraceHash -); - -} // extern "C" -#endif // !defined( BOOST_USE_WINDOWS_H ) - -namespace boost { namespace detail { namespace winapi { - -using ::RtlCaptureStackBackTrace; - -} // namespace winapi -} // namespace detail -} // namespace boost - -#endif // BOOST_DETAIL_WINAPI_CAPTURE_STACK_HPP_ diff --git a/include/boost/stacktrace/detail/collect_msvc.ipp b/include/boost/stacktrace/detail/collect_msvc.ipp index 2f17b00..d75df55 100644 --- a/include/boost/stacktrace/detail/collect_msvc.ipp +++ b/include/boost/stacktrace/detail/collect_msvc.ipp @@ -14,7 +14,7 @@ #include -#include +#include namespace boost { namespace stacktrace { namespace detail {