mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-24 18:32:22 +00:00
Drop windows.h inclusion in safe_dump_win.ipp
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#include <boost/detail/winapi/handles.hpp>
|
||||
#include <boost/detail/winapi/access_rights.hpp>
|
||||
|
||||
#include <windows.h> // CaptureStackBackTrace
|
||||
|
||||
namespace boost { namespace stacktrace { namespace detail {
|
||||
|
||||
std::size_t dump(void* fd, void** memory, std::size_t mem_size) BOOST_NOEXCEPT {
|
||||
|
||||
Reference in New Issue
Block a user