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 7
7
#include < univalue.h>
8
8
9
9
#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
10
15
#include < boost/process.hpp>
11
16
#endif // ENABLE_EXTERNAL_SIGNER
12
17
Original file line number Diff line number Diff line change 6
6
#include < util/system.h>
7
7
8
8
#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
9
14
#include < boost/process.hpp>
10
15
#endif // ENABLE_EXTERNAL_SIGNER
11
16
You can’t perform that action at this time.
0 commit comments