mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
fix Windows build with MSVC compiler
This commit is contained in:
parent
c5c23cefac
commit
bec2ae2eed
@ -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__ */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user