forked from premiere/premiere-libtorrent
fix missing function export alert_name
This commit is contained in:
parent
e2501c061d
commit
cf5aa4abbf
|
@ -77,7 +77,7 @@ namespace libtorrent {
|
|||
#endif
|
||||
|
||||
// internal
|
||||
TORRENT_EXTRA_EXPORT char const* alert_name(int alert_type);
|
||||
TORRENT_EXPORT char const* alert_name(int alert_type);
|
||||
|
||||
// user defined alerts should use IDs greater than this
|
||||
constexpr int user_alert_id = 10000;
|
||||
|
|
Loading…
Reference in New Issue