You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove BTCPP_API export macros — redundant with CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
The selective BTCPP_API approach only covered a few classes while the
library exports many more free functions and class members. Since
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS already handles all symbol exports,
the partial BTCPP_API annotations were dead code. Remove export.h and
all BTCPP_API annotations to keep the diff minimal.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments