summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/dbx_mdbx.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-25 18:16:33 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-25 18:16:33 +0300
commit7237be9a44eabb082b6833038e78032b2693bc87 (patch)
tree48286bc922fdb51a697ee8daa8a5f8d0be33367d /plugins/Dbx_mdbx/dbx_mdbx.vcxproj
parent983c5ac518db7fce3143c05d590813222bfa2625 (diff)
fix for a project file
Diffstat (limited to 'plugins/Dbx_mdbx/dbx_mdbx.vcxproj')
-rw-r--r--plugins/Dbx_mdbx/dbx_mdbx.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj
index af69c1e243..84813854d3 100644
--- a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj
+++ b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj
@@ -52,7 +52,7 @@
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
- <PreprocessorDefinitions>MDBX_TXN_CHECKOWNER=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>MDBX_BUILD_SHARED_LIBRARY=1;MDBX_TXN_CHECKOWNER=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>ntdll.lib;%(AdditionalDependencies)</AdditionalDependencies>