mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
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.
This commit is contained in:
parent
cf6ff1031b
commit
a94d75fa81
1 changed files with 0 additions and 3 deletions
|
@ -44,9 +44,6 @@
|
||||||
/* define if external signer support is enabled (requires Boost::Process) */
|
/* define if external signer support is enabled (requires Boost::Process) */
|
||||||
#define ENABLE_EXTERNAL_SIGNER /**/
|
#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
|
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
|
||||||
don't. */
|
don't. */
|
||||||
#define HAVE_DECL_BE16TOH 0
|
#define HAVE_DECL_BE16TOH 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue