From e2ab9f83f8655bf09ea392beeee36b2bbe29769b Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 13 Jan 2022 21:07:44 +0800 Subject: build: disable external signer on Windows --- src/util/system.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/util/system.cpp') diff --git a/src/util/system.cpp b/src/util/system.cpp index 8f35b7b6c6..e34cdc7fb9 100644 --- a/src/util/system.cpp +++ b/src/util/system.cpp @@ -6,11 +6,6 @@ #include #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 #endif // ENABLE_EXTERNAL_SIGNER -- cgit v1.2.3