fix shared linking against libtorrent_test
This commit is contained in:
parent
72286eb0dc
commit
3963d47385
|
@ -1 +1 @@
|
|||
Subproject commit 020651306c06a444744c6f769fdab996be233efa
|
||||
Subproject commit 9678114e02296db9e955c39144c92b9360881795
|
|
@ -32,6 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#include "libtorrent/settings_pack.hpp"
|
||||
#include "libtorrent/alert.hpp"
|
||||
#include "settings.hpp"
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
*/
|
||||
|
||||
#include "libtorrent/settings_pack.hpp"
|
||||
#include "test.hpp"
|
||||
|
||||
libtorrent::settings_pack settings();
|
||||
libtorrent::settings_pack EXPORT settings();
|
||||
|
||||
|
|
Loading…
Reference in New Issue