Skip to content

Commit

Permalink
msvc: Add BOOST_PROCESS_USE_STD_FS macro
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Nov 24, 2023
1 parent 7cfe44f commit 1c065b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_msvc/bitcoin_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
/* define if external signer support is enabled (requires Boost::Process) */
#define ENABLE_EXTERNAL_SIGNER /**/

/* define to avoid Boost::Process trying to use Boost Filesystem */
#define BOOST_PROCESS_USE_STD_FS /**/

/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
don't. */
#define HAVE_DECL_BE16TOH 0
Expand Down

0 comments on commit 1c065b3

Please sign in to comment.