Use "long long" for all Win32 gcc ports.

This commit is contained in:
Ulf Möller 1999-06-28 16:17:38 +00:00
parent 7722424462
commit e371828067

View file

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