提交 e3718280 编写于 作者: U Ulf Möller

Use "long long" for all Win32 gcc ports.

上级 77224244
......@@ -142,7 +142,7 @@ extern "C" {
#endif
#ifdef THIRTY_TWO_BIT
#if defined WIN32 && !defined __MINGW32__
#if defined(WIN32) && !defined(__GNUC__)
#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.
先完成此消息的编辑!
想要评论请 注册