We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa97b1a commit b37fc77Copy full SHA for b37fc77
src/windbg.cpp
@@ -4,6 +4,10 @@
4
// accompanying file LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
7
+#if defined(__CYGWIN__) && !defined(_GNU_SOURCE)
8
+# define _GNU_SOURCE
9
+#endif
10
+
11
#define BOOST_STACKTRACE_INTERNAL_BUILD_LIBS
12
#define BOOST_STACKTRACE_LINK
13
#include <boost/stacktrace/detail/frame_msvc.ipp>
src/windbg_cached.cpp
#define BOOST_STACKTRACE_USE_WINDBG_CACHED
0 commit comments