make sure libtorrent_assert_log is exported, when production asserts are enabled

This commit is contained in:
arvidn 2017-11-25 22:33:00 +01:00 committed by Arvid Norberg
parent e15f466137
commit 0da2d4dca3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ TORRENT_EXPORT void assert_fail(const char* expr, int line
#if TORRENT_USE_ASSERTS
#ifdef TORRENT_PRODUCTION_ASSERTS
extern char const* libtorrent_assert_log;
extern TORRENT_EXPORT char const* libtorrent_assert_log;
#endif
#if TORRENT_USE_IOSTREAM