mac build error

This commit is contained in:
David Rose 2010-04-27 22:47:41 +00:00
parent dbf690e844
commit e5751db70a

View File

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