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:
Bodo Möller 1999-06-28 14:38:31 +00:00
parent a14d1a03ec
commit 7722424462

View File

@ -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