Reverted change in config.h as it does not fix anything.
parent
72d8cbe917
commit
63cc633be7
2
config.h
2
config.h
|
|
@ -204,7 +204,7 @@ typedef unsigned int word32;
|
||||||
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
||||||
typedef unsigned __int64 word64;
|
typedef unsigned __int64 word64;
|
||||||
#define W64LIT(x) x##ui64
|
#define W64LIT(x) x##ui64
|
||||||
#elif (_LP64 || __LP64__) && !defined(__SUNPRO_CC)
|
#elif (_LP64 || __LP64__)
|
||||||
typedef unsigned long word64;
|
typedef unsigned long word64;
|
||||||
#define W64LIT(x) x##UL
|
#define W64LIT(x) x##UL
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue