aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bitcoin_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'build_msvc/bitcoin_config.h.in')
-rw-r--r--build_msvc/bitcoin_config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in
index b37d536947..5f715282eb 100644
--- a/build_msvc/bitcoin_config.h.in
+++ b/build_msvc/bitcoin_config.h.in
@@ -50,8 +50,8 @@
/* Define this symbol if the consensus lib has been built */
#define HAVE_CONSENSUS_LIB 1
-/* define if the compiler supports basic C++17 syntax */
-#define HAVE_CXX17 1
+/* define if the compiler supports basic C++20 syntax */
+#define HAVE_CXX20 1
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
don't. */