Browse Source

make 64-bit long

David Rose 18 years ago
parent
commit
ba2b04f2cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolbase/atomicAdjustDummyImpl.h

+ 1 - 1
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);