mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
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();
|
_manager = ThreadSimpleManager::get_global_ptr();
|
||||||
|
|
||||||
#ifdef HAVE_POSIX_THREADS
|
#ifdef HAVE_POSIX_THREADS
|
||||||
_posix_system_thread_id = -1;
|
_posix_system_thread_id = (pthread_t)-1;
|
||||||
#endif
|
#endif
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
_win32_system_thread_id = 0;
|
_win32_system_thread_id = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user