From ba2b04f2cc4d160e31a07dbb4eeacfc655aaf5bb Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 19 Dec 2007 23:15:55 +0000 Subject: [PATCH] make 64-bit long --- dtool/src/dtoolbase/atomicAdjustDummyImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/dtoolbase/atomicAdjustDummyImpl.h b/dtool/src/dtoolbase/atomicAdjustDummyImpl.h index 6eb94c96f2..ae39d73274 100644 --- a/dtool/src/dtoolbase/atomicAdjustDummyImpl.h +++ b/dtool/src/dtoolbase/atomicAdjustDummyImpl.h @@ -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);