forked from premiere/premiere-libtorrent
another attempt to fix test link error on windows
This commit is contained in:
parent
c888d73964
commit
7545c15fc2
|
@ -204,7 +204,7 @@ static void test_transfer(session& ses, boost::intrusive_ptr<torrent_info> torre
|
||||||
// proxy: 0=none, 1=socks4, 2=socks5, 3=socks5_pw 4=http 5=http_pw
|
// proxy: 0=none, 1=socks4, 2=socks5, 3=socks5_pw 4=http 5=http_pw
|
||||||
// protocol: "http" or "https"
|
// protocol: "http" or "https"
|
||||||
// test_url_seed determines whether to use url-seed or http-seed
|
// test_url_seed determines whether to use url-seed or http-seed
|
||||||
int run_http_suite(int proxy, char const* protocol, bool test_url_seed, bool chunked_encoding, bool test_ban)
|
int EXPORT run_http_suite(int proxy, char const* protocol, bool test_url_seed, bool chunked_encoding, bool test_ban)
|
||||||
{
|
{
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue