mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -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::
|
||||
try_lock() {
|
||||
return _funcs._try_lock(_lock);
|
||||
return (_funcs._try_lock(_lock) != 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user