From: Ulf Möller Date: Mon, 28 Jun 1999 16:17:38 +0000 (+0000) Subject: Use "long long" for all Win32 gcc ports. X-Git-Tag: OpenSSL_0_9_4~137 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e3718280673211d334244377ec898a208dd9a3aa;p=oweals%2Fopenssl.git Use "long long" for all Win32 gcc ports. --- diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index cfed61293d..f935e1ca79 100644 --- a/crypto/bn/bn.h +++ b/crypto/bn/bn.h @@ -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