Skip to content

Commit

Permalink
Another fix attempt for #177
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Sep 12, 2024
1 parent 3f79aee commit c624479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/stacktrace/stacktrace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

extern "C" {

//#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK)
#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK) && !defined(BOOST_STACKTRACE_INTERNAL_BUILD_LIBS)
BOOST_SYMBOL_EXPORT
//#endif
#endif
inline void* boost_stacktrace_impl_return_nullptr() { return nullptr; }
const char* boost_stacktrace_impl_current_exception_stacktrace();
bool* boost_stacktrace_impl_ref_capture_stacktraces_at_throw();
Expand Down

0 comments on commit c624479

Please sign in to comment.