X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fuint256.h;h=d3da1f26d27eb915213e000a6fe5f8ec587c43a1;hb=bd846c0e565ca0db276cb6b7eac7763bebe19b84;hp=b6132822c5dfc0ffa0599d451c83b4af6a34b2c4;hpb=3528650560a2c417da2303869c743da019defc6d;p=novacoin.git diff --git a/src/uint256.h b/src/uint256.h index b613282..d3da1f2 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -11,16 +11,8 @@ #include #include -#if defined(_MSC_VER) || defined(__BORLANDC__) -typedef __int64 int64; -typedef unsigned __int64 uint64; -#else typedef long long int64; typedef unsigned long long uint64; -#endif -#if defined(_MSC_VER) && _MSC_VER < 1300 -#define for if (false) ; else for -#endif inline int Testuint256AdHoc(std::vector vArg);