Attempt to fix MSVC tests

This commit is contained in:
Antony Polukhin
2017-02-07 23:26:14 +03:00
parent 116dd872b8
commit 00a13698e0

View File

@@ -35,7 +35,7 @@ namespace boost { namespace stacktrace { namespace detail {
std::size_t this_thread_frames::collect(void** memory, std::size_t size, std::size_t skip) BOOST_NOEXCEPT {
return ::CaptureStackBackTrace(
skip + 1,
skip + 2,
static_cast<boost::detail::winapi::ULONG_>(size),
memory,
0