File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 77#include < univalue.h>
88
99#ifdef ENABLE_EXTERNAL_SIGNER
10+ #if defined(WIN32) && !defined(__kernel_entry)
11+ // A workaround for boost 1.71 incompatibility with mingw-w64 compiler.
12+ // For details see https://github.com/bitcoin/bitcoin/pull/22348.
13+ #define __kernel_entry
14+ #endif
1015#include < boost/process.hpp>
1116#endif // ENABLE_EXTERNAL_SIGNER
1217
Original file line number Diff line number Diff line change 66#include < util/system.h>
77
88#ifdef ENABLE_EXTERNAL_SIGNER
9+ #if defined(WIN32) && !defined(__kernel_entry)
10+ // A workaround for boost 1.71 incompatibility with mingw-w64 compiler.
11+ // For details see https://github.com/bitcoin/bitcoin/pull/22348.
12+ #define __kernel_entry
13+ #endif
914#include < boost/process.hpp>
1015#endif // ENABLE_EXTERNAL_SIGNER
1116
You can’t perform that action at this time.
0 commit comments