forked from premiere/premiere-libtorrent
msvc8 build fix
This commit is contained in:
parent
8fa2f26217
commit
d1df643baf
|
@ -218,7 +218,8 @@ namespace libtorrent
|
|||
PRINT_OFFSETOF(torrent, m_extensions)
|
||||
PRINT_OFFSETOF(torrent, m_tracker_timer)
|
||||
PRINT_OFFSETOF(torrent, m_stat)
|
||||
PRINT_OFFSETOF(torrent, m_ses)
|
||||
// some compilers don't like using offsetof on references it seems
|
||||
// PRINT_OFFSETOF(torrent, m_ses)
|
||||
PRINT_OFFSETOF(torrent, m_file_priority)
|
||||
PRINT_OFFSETOF(torrent, m_file_progress)
|
||||
PRINT_OFFSETOF(torrent, m_picker)
|
||||
|
|
Loading…
Reference in New Issue