We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 207a228 + ba9a8e6 commit 62c8646Copy full SHA for 62c8646
src/test/system_tests.cpp
@@ -7,11 +7,6 @@
7
#include <univalue.h>
8
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
15
#if defined(__GNUC__)
16
// Boost 1.78 requires the following workaround.
17
// See: https://github.com/boostorg/process/issues/235
0 commit comments