mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops, compile when not HAVE_THREADS
This commit is contained in:
parent
bfd91c6e66
commit
1f99794cdb
@ -124,7 +124,7 @@ output(ostream &out) const {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void Thread::
|
void Thread::
|
||||||
write_status(ostream &out) {
|
write_status(ostream &out) {
|
||||||
#ifdef SIMPLE_THREADS
|
#if defined(HAVE_THREADS) && defined(SIMPLE_THREADS)
|
||||||
ThreadImpl::write_status(out);
|
ThreadImpl::write_status(out);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user