Use "long long" for all Win32 gcc ports.
This commit is contained in:
parent
7722424462
commit
e371828067
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue