Skip to content

Commit a94d75f

Browse files
committed
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.
1 parent cf6ff10 commit a94d75f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build_msvc/bitcoin_config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
/* define if external signer support is enabled (requires Boost::Process) */
4545
#define ENABLE_EXTERNAL_SIGNER /**/
4646

47-
/* Define this symbol if the consensus lib has been built */
48-
#define HAVE_CONSENSUS_LIB 1
49-
5047
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
5148
don't. */
5249
#define HAVE_DECL_BE16TOH 0

0 commit comments

Comments
 (0)