Skip to content

Commit

Permalink
Update stacktrace.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Sep 13, 2024
1 parent 005bcba commit 3c756ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/stacktrace/stacktrace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

extern "C" {

#if defined(BOOST_STACKTRACE_DYN_LINK) && defined(BOOST_STACKTRACE_INTERNAL_BUILD_LIBS)
#if defined(BOOST_STACKTRACE_DYN_LINK) && !defined(BOOST_STACKTRACE_INTERNAL_BUILD_LIBS)
BOOST_SYMBOL_EXPORT
#endif
inline void* boost_stacktrace_impl_return_nullptr() { return nullptr; }
Expand Down

0 comments on commit 3c756ad

Please sign in to comment.