mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
make 64-bit long
This commit is contained in:
parent
c380227fb4
commit
ba2b04f2cc
@ -32,7 +32,7 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_DTOOL AtomicAdjustDummyImpl {
|
||||
public:
|
||||
typedef int Integer;
|
||||
typedef long Integer;
|
||||
|
||||
INLINE static void inc(TVOLATILE Integer &var);
|
||||
INLINE static bool dec(TVOLATILE Integer &var);
|
||||
|
Loading…
x
Reference in New Issue
Block a user