mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
check for WIN32 (needed by Mingw32)
This commit is contained in:
parent
47722fe636
commit
f1a617edc9
@ -89,7 +89,7 @@ extern "C" {
|
||||
* For machines with only one compiler (or shared libraries), this should
|
||||
* be on. Again this in only really a problem on machines
|
||||
* using "long long's", are 32bit, and are not using my assembler code. */
|
||||
#if defined(MSDOS) || defined(WINDOWS) || defined(linux)
|
||||
#if defined(MSDOS) || defined(WINDOWS) || defined(WIN32) || defined(linux)
|
||||
#define BN_DIV2W
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user