mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-28 19:52:08 +00:00
Update stacktrace.hpp
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user