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).
This commit is contained in:
parent
a14d1a03ec
commit
7722424462
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user