Skip to content

Commit 3f79aee

Browse files
authored
Revert fix attempt for #177
1 parent da94896 commit 3f79aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/stacktrace/stacktrace.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
extern "C" {
3939

40-
#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK)
40+
//#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK)
4141
BOOST_SYMBOL_EXPORT
42-
#endif
42+
//#endif
4343
inline void* boost_stacktrace_impl_return_nullptr() { return nullptr; }
4444
const char* boost_stacktrace_impl_current_exception_stacktrace();
4545
bool* boost_stacktrace_impl_ref_capture_stacktraces_at_throw();

0 commit comments

Comments
 (0)