diff --git a/builds/msvc/vs2026/libbitcoin-database-test/libbitcoin-database-test.vcxproj b/builds/msvc/vs2026/libbitcoin-database-test/libbitcoin-database-test.vcxproj
index f4b801695..d073839e6 100644
--- a/builds/msvc/vs2026/libbitcoin-database-test/libbitcoin-database-test.vcxproj
+++ b/builds/msvc/vs2026/libbitcoin-database-test/libbitcoin-database-test.vcxproj
@@ -270,7 +270,7 @@
-
+
@@ -286,7 +286,7 @@
-
+
diff --git a/builds/msvc/vs2026/libbitcoin-database-test/packages.config b/builds/msvc/vs2026/libbitcoin-database-test/packages.config
index cd437d37a..2656933c1 100644
--- a/builds/msvc/vs2026/libbitcoin-database-test/packages.config
+++ b/builds/msvc/vs2026/libbitcoin-database-test/packages.config
@@ -6,7 +6,7 @@
|
-->
-
+
diff --git a/builds/msvc/vs2026/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj b/builds/msvc/vs2026/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj
index c545c4d35..dafea4b96 100644
--- a/builds/msvc/vs2026/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj
+++ b/builds/msvc/vs2026/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj
@@ -139,7 +139,7 @@
-
+
@@ -154,7 +154,7 @@
-
+
diff --git a/builds/msvc/vs2026/libbitcoin-database-tools/packages.config b/builds/msvc/vs2026/libbitcoin-database-tools/packages.config
index 48e1c66c8..3d4b7f042 100644
--- a/builds/msvc/vs2026/libbitcoin-database-tools/packages.config
+++ b/builds/msvc/vs2026/libbitcoin-database-tools/packages.config
@@ -6,7 +6,7 @@
|
-->
-
+
diff --git a/builds/msvc/vs2026/libbitcoin-database/libbitcoin-database.vcxproj b/builds/msvc/vs2026/libbitcoin-database/libbitcoin-database.vcxproj
index 5cf350ecf..5463e47ab 100644
--- a/builds/msvc/vs2026/libbitcoin-database/libbitcoin-database.vcxproj
+++ b/builds/msvc/vs2026/libbitcoin-database/libbitcoin-database.vcxproj
@@ -314,7 +314,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
diff --git a/builds/msvc/vs2026/libbitcoin-database/packages.config b/builds/msvc/vs2026/libbitcoin-database/packages.config
index 48e1c66c8..3d4b7f042 100644
--- a/builds/msvc/vs2026/libbitcoin-database/packages.config
+++ b/builds/msvc/vs2026/libbitcoin-database/packages.config
@@ -6,7 +6,7 @@
|
-->
-
+
diff --git a/include/bitcoin/database/memory/mstage.hpp b/include/bitcoin/database/memory/mstage.hpp
index 6944fd28a..ac0269e97 100644
--- a/include/bitcoin/database/memory/mstage.hpp
+++ b/include/bitcoin/database/memory/mstage.hpp
@@ -21,12 +21,10 @@
#include
-#if defined(HAVE_APPLE)
- #define MANAGE_STAGING
-#endif
-
// The native windows mapped-file behavior is the model staging emulates.
-#if defined(MANAGE_STAGING) && defined(HAVE_MSC)
+#if !defined(HAVE_MSC)
+ #define MANAGE_STAGING
+#elif defined(MANAGE_STAGING)
#error "MANAGE_STAGING is not supported on Windows."
#endif