forked from premiere/premiere-libtorrent
fixed performance counter macro
This commit is contained in:
parent
07f1b74291
commit
02abc5919f
|
@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#define TORRENT_CFG_TIME boosttime_
|
||||
#elif TORRENT_USE_ABSOLUTE_TIME
|
||||
#define TORRENT_CFG_TIME absolutetime_
|
||||
#elif TORRENT_USE_PERFORMANCE_TIMER
|
||||
#elif TORRENT_USE_QUERY_PERFORMANCE_TIMER
|
||||
#define TORRENT_CFG_TIME performancetimer_
|
||||
#elif TORRENT_USE_CLOCK_GETTIME
|
||||
#define TORRENT_CFG_TIME clocktime_
|
||||
|
|
Loading…
Reference in New Issue