make sure libtorrent_assert_log is exported, when production asserts are enabled
This commit is contained in:
parent
e15f466137
commit
0da2d4dca3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue