fix dynamic linking of test library on windows

This commit is contained in:
Arvid Norberg
2013-06-23 17:36:00 +00:00
parent d77e3cb59f
commit aa58f26985
5 changed files with 43 additions and 24 deletions

View File

@@ -35,11 +35,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h> // for exit()
#include "setup_transfer.hpp" // for tests_failure
int test_main();
extern bool tests_failure;
#include "libtorrent/assert.hpp"
#include "libtorrent/file.hpp"
#include <signal.h>