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 <boost/tuple/tuple.hpp>
|
||||
#include "libtorrent/config.hpp"
|
||||
|
||||
#ifdef TORRENT_BUILDING_TEST_SHARED
|
||||
#define EXPORT BOOST_SYMBOL_EXPORT
|
||||
#else
|
||||
#define EXPORT BOOST_SYMBOL_IMPORT
|
||||
#endif
|
||||
#include "test.hpp"
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
|
|
|
@ -33,12 +33,18 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifndef TEST_HPP
|
||||
#define TEST_HPP
|
||||
|
||||
void report_failure(char const* str, char const* file, int line);
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <exception>
|
||||
#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)
|
||||
#define COUNTER_GUARD(x)
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue