forked from premiere/premiere-libtorrent
merged boost-1.44 fix from RC_0_16
This commit is contained in:
parent
314e08d90b
commit
db500b674b
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
* fixed support for boost-1.44
|
||||||
* fixed reversed semantics of queue_up() and queue_down()
|
* fixed reversed semantics of queue_up() and queue_down()
|
||||||
* added missing functions to python bindings (file_priority())
|
* added missing functions to python bindings (file_priority())
|
||||||
* fixed low_prio_disk support on linux
|
* fixed low_prio_disk support on linux
|
||||||
|
|
|
@ -3,5 +3,7 @@
|
||||||
|
|
||||||
#if BOOST_VERSION >= 104500
|
#if BOOST_VERSION >= 104500
|
||||||
#include <boost/asio/impl/src.hpp>
|
#include <boost/asio/impl/src.hpp>
|
||||||
|
#elif BOOST_VERSION >= 104400
|
||||||
|
#include <boost/asio/impl/src.cpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue