mac build error
This commit is contained in:
parent
dbf690e844
commit
e5751db70a
|
|
@ -53,7 +53,7 @@ ThreadSimpleImpl(Thread *parent_obj) :
|
|||
_manager = ThreadSimpleManager::get_global_ptr();
|
||||
|
||||
#ifdef HAVE_POSIX_THREADS
|
||||
_posix_system_thread_id = -1;
|
||||
_posix_system_thread_id = (pthread_t)-1;
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
_win32_system_thread_id = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue