mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 2749613020 into merged_master (Bitcoin PR bitcoin/bitcoin#22348)
This commit is contained in:
commit
eb214706d4
2 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
#include <univalue.h>
|
||||
|
||||
#ifdef ENABLE_EXTERNAL_SIGNER
|
||||
#if defined(WIN32) && !defined(__kernel_entry)
|
||||
// A workaround for boost 1.71 incompatibility with mingw-w64 compiler.
|
||||
// For details see https://github.com/bitcoin/bitcoin/pull/22348.
|
||||
#define __kernel_entry
|
||||
#endif
|
||||
#include <boost/process.hpp>
|
||||
#endif // ENABLE_EXTERNAL_SIGNER
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@
|
|||
#include <util/system.h>
|
||||
|
||||
#ifdef ENABLE_EXTERNAL_SIGNER
|
||||
#if defined(WIN32) && !defined(__kernel_entry)
|
||||
// A workaround for boost 1.71 incompatibility with mingw-w64 compiler.
|
||||
// For details see https://github.com/bitcoin/bitcoin/pull/22348.
|
||||
#define __kernel_entry
|
||||
#endif
|
||||
#include <boost/process.hpp>
|
||||
#endif // ENABLE_EXTERNAL_SIGNER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue