forked from premiere/premiere-libtorrent
file windows fix
This commit is contained in:
parent
ae1fa3c1b5
commit
7529225870
|
@ -425,6 +425,7 @@ namespace libtorrent
|
|||
return -1;
|
||||
}
|
||||
}
|
||||
CloseHandle(ol.hEvent);
|
||||
return ret;
|
||||
#else
|
||||
size_type ret = lseek(m_fd, file_offset, SEEK_SET);
|
||||
|
|
Loading…
Reference in New Issue