msvc: Do not define `HAVE_CONSENSUS_LIB`

The `HAVE_CONSENSUS_LIB` symbol is supposed to be defined when a
user-exposed shared library (DLL) is built which is not the case here.
pull/27615/head
Hennadii Stepanov 2 years ago
parent cf6ff1031b
commit a94d75fa81
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -44,9 +44,6 @@
/* define if external signer support is enabled (requires Boost::Process) */
#define ENABLE_EXTERNAL_SIGNER /**/
/* Define this symbol if the consensus lib has been built */
#define HAVE_CONSENSUS_LIB 1
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
don't. */
#define HAVE_DECL_BE16TOH 0

Loading…
Cancel
Save