forked from premiere/premiere-libtorrent
fixed missing TORRENT_EXPORT
This commit is contained in:
parent
238622c3d1
commit
47bd771fd4
|
@ -71,7 +71,7 @@ namespace libtorrent
|
||||||
struct peer_list_entry;
|
struct peer_list_entry;
|
||||||
struct torrent_status;
|
struct torrent_status;
|
||||||
|
|
||||||
std::size_t hash_value(torrent_status const& ts);
|
TORRENT_EXPORT std::size_t hash_value(torrent_status const& ts);
|
||||||
|
|
||||||
#ifndef BOOST_NO_EXCEPTIONS
|
#ifndef BOOST_NO_EXCEPTIONS
|
||||||
// for compatibility with 0.14
|
// for compatibility with 0.14
|
||||||
|
|
Loading…
Reference in New Issue