make 64-bit long

This commit is contained in:
David Rose 2007-12-19 23:15:55 +00:00
parent c380227fb4
commit ba2b04f2cc

View File

@ -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);