forked from premiere/premiere-libtorrent
one more windows linking issue
This commit is contained in:
parent
aa58f26985
commit
981980190a
|
@ -35,13 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#include "libtorrent/session.hpp"
|
#include "libtorrent/session.hpp"
|
||||||
#include <boost/tuple/tuple.hpp>
|
#include <boost/tuple/tuple.hpp>
|
||||||
#include "libtorrent/config.hpp"
|
#include "test.hpp"
|
||||||
|
|
||||||
#ifdef TORRENT_BUILDING_TEST_SHARED
|
|
||||||
#define EXPORT BOOST_SYMBOL_EXPORT
|
|
||||||
#else
|
|
||||||
#define EXPORT BOOST_SYMBOL_IMPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace libtorrent
|
namespace libtorrent
|
||||||
{
|
{
|
||||||
|
|
|
@ -33,12 +33,18 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#ifndef TEST_HPP
|
#ifndef TEST_HPP
|
||||||
#define TEST_HPP
|
#define TEST_HPP
|
||||||
|
|
||||||
void report_failure(char const* str, char const* file, int line);
|
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
|
#include "libtorrent/config.hpp"
|
||||||
|
|
||||||
|
#ifdef TORRENT_BUILDING_TEST_SHARED
|
||||||
|
#define EXPORT BOOST_SYMBOL_EXPORT
|
||||||
|
#else
|
||||||
|
#define EXPORT BOOST_SYMBOL_IMPORT
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define COUNTER_GUARD(x)
|
#define COUNTER_GUARD(x)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue