Re: [Boost-bugs] [Boost C++ Libraries] #8070: prefer GetTickCount64 over GetTickCount

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8070: prefer GetTickCount64 over GetTickCount
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-03 21:13:17


#8070: prefer GetTickCount64 over GetTickCount
---------------------------+----------------------
  Reporter: alex@… | Owner: viboes
      Type: Bugs | Status: reopened
 Milestone: Boost 1.54.0 | Component: thread
   Version: Boost 1.52.0 | Severity: Cosmetic
Resolution: | Keywords:
---------------------------+----------------------
Changes (by viboes):

 * status: closed => reopened
 * resolution: fixed =>

Comment:

 Sorry for the disturbance. Please could you comment this line

         22 #define BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64

 in the following context.

 {{{
 branches/release/boost/thread/win32/thread_primitives.hpp
 r81667 r83525
 18 18 #include <algorithm>
 19 19
         20 #ifndef BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64
         21 #if _WIN32_WINNT >= 0x0600
         22 #define BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64
         23 #endif
         24 #endif
 }}}


 Could someone try using a more restrictive check than
 {{{
 _WIN32_WINNT >= 0x0600
 }}}
 ?

 Maybe something specific to Vista?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8070#comment:9>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC