fix Windows build with MSVC compiler

This commit is contained in:
olszomal
2022-03-15 08:36:04 +01:00
parent 9f87233ee4
commit 78220c144c

View File

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