mirror of
https://github.com/boostorg/thread.git
synced 2026-01-26 19:12:11 +00:00
Thread: try to handle with not needed definition of uintptr_t #8817.
[SVN r85540]
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <boost/thread/future.hpp>
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
#if defined BOOST_THREAD_USES_DATETIME
|
||||
#include <boost/date_time/posix_time/conversion.hpp>
|
||||
#endif
|
||||
@@ -128,7 +129,7 @@ namespace boost
|
||||
return ret;
|
||||
}
|
||||
|
||||
typedef void* uintptr_t;
|
||||
//typedef void* uintptr_t;
|
||||
|
||||
inline uintptr_t _beginthreadex(void* security, unsigned stack_size, unsigned (__stdcall* start_address)(void*),
|
||||
void* arglist, unsigned initflag, unsigned* thrdaddr)
|
||||
|
||||
Reference in New Issue
Block a user