1
0
mirror of https://github.com/mtrojnar/osslsigncode.git synced 2025-04-09 10:38:05 -05:00

Revert "fix Windows build with MSVC compiler"

This reverts commit 78220c144c476775c2ef7408c562ae3292d84cf2.
This commit is contained in:
olszomal 2022-04-04 08:52:45 +02:00 committed by Michał Trojnara
parent 247a82232c
commit d7ae7c90f9

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