added missing TORRENT_EXPORT
This commit is contained in:
parent
89d65dcb15
commit
6eb892fc04
|
@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
#include "libtorrent/config.hpp"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
@ -47,7 +48,7 @@ namespace libtorrent
|
||||||
{
|
{
|
||||||
struct torrent_plugin;
|
struct torrent_plugin;
|
||||||
class torrent;
|
class torrent;
|
||||||
boost::shared_ptr<torrent_plugin> create_metadata_plugin(torrent*);
|
TORRENT_EXPORT boost::shared_ptr<torrent_plugin> create_metadata_plugin(torrent*);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // TORRENT_METADATA_TRANSFER_HPP_INCLUDED
|
#endif // TORRENT_METADATA_TRANSFER_HPP_INCLUDED
|
||||||
|
|
|
@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
#include "libtorrent/config.hpp"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
@ -47,7 +48,7 @@ namespace libtorrent
|
||||||
{
|
{
|
||||||
struct torrent_plugin;
|
struct torrent_plugin;
|
||||||
class torrent;
|
class torrent;
|
||||||
boost::shared_ptr<torrent_plugin> create_ut_pex_plugin(torrent*);
|
TORRENT_EXPORT boost::shared_ptr<torrent_plugin> create_ut_pex_plugin(torrent*);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // TORRENT_UT_PEX_EXTENSION_HPP_INCLUDED
|
#endif // TORRENT_UT_PEX_EXTENSION_HPP_INCLUDED
|
||||||
|
|
Loading…
Reference in New Issue