mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-30 20:32:08 +00:00
Fixing MinGW (3)
This commit is contained in:
@@ -24,8 +24,8 @@ BOOST_NOINLINE void foo(int i) {
|
||||
#if defined(BOOST_GCC) && defined(BOOST_WINDOWS)
|
||||
|
||||
// MinGW workaround
|
||||
#include <cstdlib> // std::_Exit
|
||||
namespace std { using ::_Exit; };
|
||||
#include <cstdlib> // ::_Exit
|
||||
namespace std { using ::_Exit; }
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user