From c888d73964f6cfcb45535ac54eb37b887a63c6c3 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 1 Oct 2013 09:20:36 +0000 Subject: [PATCH] attempt to fix test link error on windows --- test/web_seed_suite.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/web_seed_suite.hpp b/test/web_seed_suite.hpp index 4df43ea65..d539c2a5b 100644 --- a/test/web_seed_suite.hpp +++ b/test/web_seed_suite.hpp @@ -31,5 +31,5 @@ POSSIBILITY OF SUCH DAMAGE. */ #include "test.hpp" -EXPORT 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);