We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d408cf4 commit d6499f2Copy full SHA for d6499f2
src/from_exception.cpp
@@ -4,7 +4,7 @@
4
// accompanying file LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
7
-#if defined(_MSC_VER)
+#if defined(__MINGW32__) || defined(_MSC_VER)
8
9
#include <boost/stacktrace/safe_dump_to.hpp>
10
#include <windows.h>
0 commit comments