We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9028c8a commit e95c272Copy full SHA for e95c272
include/boost/stacktrace/detail/frame_msvc.ipp
@@ -33,7 +33,7 @@
33
34
#include <mutex>
35
36
-#ifdef BOOST_MSVC
+#if defined(__clang__) || defined(BOOST_MSVC)
37
# pragma comment(lib, "ole32.lib")
38
# pragma comment(lib, "Dbgeng.lib")
39
#endif
0 commit comments