mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
dtoolbase: fix warning when compiling on Windows
This commit is contained in:
parent
cbb3c182a5
commit
0f5da1c155
@ -36,7 +36,7 @@ lock() {
|
|||||||
*/
|
*/
|
||||||
INLINE bool MutexWin32Impl::
|
INLINE bool MutexWin32Impl::
|
||||||
try_lock() {
|
try_lock() {
|
||||||
return _funcs._try_lock(_lock);
|
return (_funcs._try_lock(_lock) != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user