mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-23 18:12:11 +00:00
Revert fix attempt for #177
This commit is contained in:
@@ -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)
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user