2
0
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:
Vicente J. Botet Escriba
2013-09-01 07:25:56 +00:00
parent 1e49343ff4
commit dc5a8a9c4e

View File

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