summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-22 13:06:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-22 13:06:19 (GMT)
commit8855997a6c339e6db160385fe836fb68d97e4ddf (patch)
tree8dcd5b13733b70dd689367e7779dac4b68ca2093 /libtommath/tommath.h
parent0666bec87e6bf7a40fd6136f57e131a71979a4ca (diff)
parent577196b3a0e04040e058807e5c863010729b594d (diff)
downloadtcl-dgp_properbytearray.zip
tcl-dgp_properbytearray.tar.gz
tcl-dgp_properbytearray.tar.bz2
Diffstat (limited to 'libtommath/tommath.h')
-rw-r--r--libtommath/tommath.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h
index dee7ab5..e067cb4 100644
--- a/libtommath/tommath.h
+++ b/libtommath/tommath.h
@@ -33,11 +33,13 @@ extern "C" {
defined(__sparcv9) || defined(__sparc_v9__) || defined(__sparc64__) || \
defined(__ia64) || defined(__ia64__) || defined(__itanium__) || defined(_M_IA64) || \
defined(__LP64__) || defined(_LP64) || defined(__64BIT__)
-# if !(defined(MP_32BIT) || defined(MP_16BIT) || defined(MP_8BIT))
+# if !(defined(MP_32BIT) || defined(MP_16BIT) || defined(MP_8BIT) || defined(_MSC_VER))
# define MP_64BIT
# endif
#endif
+typedef unsigned long long Tcl_WideUInt;
+
/* some default configurations.
*
* A "mp_digit" must be able to hold DIGIT_BIT + 1 bits