mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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::
|
||||
write_status(ostream &out) {
|
||||
#ifdef SIMPLE_THREADS
|
||||
#if defined(HAVE_THREADS) && defined(SIMPLE_THREADS)
|
||||
ThreadImpl::write_status(out);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user