2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-03 09:42:16 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel James
52b9d23065 Thread: rollback change in #8070 as this includes a regression on windows XP.
From [84946], by viboes.



[SVN r84968]
2013-07-07 11:46:48 +00:00
Daniel James
44e74f866c Create a maintenance branch for Boost 1.54.0
[SVN r84945]
2013-07-03 21:01:45 +00:00

View File

@@ -19,7 +19,7 @@
#ifndef BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64
#if _WIN32_WINNT >= 0x0600
#define BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64
//#define BOOST_THREAD_WIN32_HAS_GET_TICK_COUNT_64
#endif
#endif