From 7545c15fc28b877ab6432b79f4fd71d5d52a5fad Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 1 Oct 2013 15:44:32 +0000 Subject: [PATCH] another attempt to fix test link error on windows --- test/web_seed_suite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/web_seed_suite.cpp b/test/web_seed_suite.cpp index 325abaaad..e09d343e4 100644 --- a/test/web_seed_suite.cpp +++ b/test/web_seed_suite.cpp @@ -204,7 +204,7 @@ static void test_transfer(session& ses, boost::intrusive_ptr torre // proxy: 0=none, 1=socks4, 2=socks5, 3=socks5_pw 4=http 5=http_pw // protocol: "http" or "https" // 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;