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()
|
||||
* added missing functions to python bindings (file_priority())
|
||||
* fixed low_prio_disk support on linux
|
||||
|
|
|
@ -3,5 +3,7 @@
|
|||
|
||||
#if BOOST_VERSION >= 104500
|
||||
#include <boost/asio/impl/src.hpp>
|
||||
#elif BOOST_VERSION >= 104400
|
||||
#include <boost/asio/impl/src.cpp>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue