提交 77224244 编写于 作者: B Bodo Möller

With mingw32, use "long long" rather than "_int64" (the latter does

not work, at least the package mentioned in INSTALL.W32 does not know
about it).
上级 a14d1a03
......@@ -142,7 +142,7 @@ extern "C" {
#endif
#ifdef THIRTY_TWO_BIT
#ifdef WIN32
#if defined WIN32 && !defined __MINGW32__
#define BN_ULLONG unsigned _int64
#else
#define BN_ULLONG unsigned long long
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册