diff --git a/src/asio_ssl.cpp b/src/asio_ssl.cpp index f762048e3..cea812335 100644 --- a/src/asio_ssl.cpp +++ b/src/asio_ssl.cpp @@ -13,6 +13,7 @@ // only define BOOST_ASIO_DECL if it hasn't already been defined // or if it has been defined to an empty string #if TORRENT_HAS_ASIO_DECL == x +#undef BOOST_ASIO_DECL #define BOOST_ASIO_DECL BOOST_SYMBOL_EXPORT #endif