forked from premiere/premiere-libtorrent
fixed mingw build
This commit is contained in:
parent
90ad9ba7d9
commit
ddd4d84a1d
|
@ -79,6 +79,7 @@
|
|||
incoming connection
|
||||
* added more detailed instrumentation of the disk I/O thread
|
||||
|
||||
* fixed mingw build
|
||||
* fixed minor bug in metadata block requester (for magnet links)
|
||||
* fixed race condition in iconv string converter
|
||||
* fixed error handling in torrent_info constructor
|
||||
|
|
|
@ -46,6 +46,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifdef TORRENT_WINDOWS
|
||||
// windows part
|
||||
|
||||
#ifndef PtrToPtr64
|
||||
#define PtrToPtr64(x) (x)
|
||||
#endif
|
||||
|
||||
#include "libtorrent/utf8.hpp"
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
|
|
Loading…
Reference in New Issue