From 02abc5919f55e953453ff34a2ad088b21918822f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 24 Oct 2010 08:08:24 +0000 Subject: [PATCH] fixed performance counter macro --- include/libtorrent/build_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/build_config.hpp b/include/libtorrent/build_config.hpp index 9d75385e3..a7b596b54 100644 --- a/include/libtorrent/build_config.hpp +++ b/include/libtorrent/build_config.hpp @@ -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_