mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
pipeline: fix compiler warning due to PAUSE symbol redefined
This commit is contained in:
parent
cd9673ae9b
commit
183d66a5c2
@ -58,4 +58,6 @@ wait(double timeout) {
|
||||
_mutex.lock();
|
||||
}
|
||||
|
||||
#undef PAUSE
|
||||
|
||||
#endif // MUTEX_SPINLOCK
|
||||
|
@ -54,4 +54,6 @@ try_lock() {
|
||||
}
|
||||
}
|
||||
|
||||
#undef PAUSE
|
||||
|
||||
#endif // MUTEX_SPINLOCK
|
||||
|
Loading…
x
Reference in New Issue
Block a user