|
@@ -83,7 +83,7 @@ typedef unsigned long UInt64;
|
|
|
|
|
|
|
|
#else
|
|
#else
|
|
|
|
|
|
|
|
-#if defined(_MSC_VER) || defined(__BORLANDC__)
|
|
|
|
|
|
|
+#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)
|
|
|
typedef __int64 Int64;
|
|
typedef __int64 Int64;
|
|
|
typedef unsigned __int64 UInt64;
|
|
typedef unsigned __int64 UInt64;
|
|
|
#define UINT64_CONST(n) n
|
|
#define UINT64_CONST(n) n
|