forked from premiere/premiere-libtorrent
fixes to windows build
This commit is contained in:
parent
c6333e147c
commit
f42f4641a6
|
@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
namespace libtorrent
|
||||
{
|
||||
struct torrent_info;
|
||||
class torrent_info;
|
||||
|
||||
struct add_torrent_params
|
||||
{
|
||||
|
|
|
@ -55,7 +55,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <winbase.h>
|
||||
#include <windows.h>
|
||||
#include <winioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
namespace libtorrent
|
||||
{
|
||||
struct storage_interface;
|
||||
struct file_storage;
|
||||
class file_storage;
|
||||
struct file_pool;
|
||||
|
||||
enum storage_mode_t
|
||||
|
|
Loading…
Reference in New Issue