mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-22 17:52:16 +00:00
MinGW fixes
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <signal.h> // ::signal
|
||||
#include <boost/stacktrace/frame.hpp>
|
||||
#include <iostream> // std::cerr
|
||||
#include <cstdlib> // std::exit
|
||||
|
||||
void print_signal_handler_and_exit() {
|
||||
void* p = reinterpret_cast<void*>(::signal(SIGSEGV, SIG_DFL));
|
||||
|
||||
Reference in New Issue
Block a user