mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-21 05:22:12 +00:00
Attempt to fix MSVC tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user