2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-27 07:22:11 +00:00

comment redefinition of ticks_type.

This commit is contained in:
Vicente J. Botet Escriba
2014-03-02 12:46:56 +01:00
parent 73fbc520e8
commit f747d79c5b

View File

@@ -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