fix Windows build with MSVC compiler

This commit is contained in:
olszomal 2022-03-15 08:36:04 +01:00 committed by Michał Trojnara
parent c5c23cefac
commit bec2ae2eed

View File

@ -61,7 +61,7 @@
#define OPENSSL_API_COMPAT 0x10100000L #define OPENSSL_API_COMPAT 0x10100000L
#define OPENSSL_NO_DEPRECATED #define OPENSSL_NO_DEPRECATED
#ifdef __MINGW32__ #if defined(_MSC_VER) || defined(__MINGW32__)
#define HAVE_WINDOWS_H #define HAVE_WINDOWS_H
#endif /* __MINGW32__ */ #endif /* __MINGW32__ */