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