From f747d79c5b84f237aab02c73f24908a6bf3ca972 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sun, 2 Mar 2014 12:46:56 +0100 Subject: [PATCH] comment redefinition of ticks_type. --- include/boost/thread/win32/thread_primitives.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/boost/thread/win32/thread_primitives.hpp b/include/boost/thread/win32/thread_primitives.hpp index 0f34cf99..e991a157 100644 --- a/include/boost/thread/win32/thread_primitives.hpp +++ b/include/boost/thread/win32/thread_primitives.hpp @@ -114,11 +114,11 @@ namespace boost { namespace win32 { -#ifdef BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64 - typedef unsigned long long ticks_type; -#else - typedef unsigned long ticks_type; -#endif +//#ifdef BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64 +// typedef unsigned long long ticks_type; +//#else +// typedef unsigned long ticks_type; +//#endif # ifdef _WIN64 typedef unsigned __int64 ulong_ptr; # else